We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7912d46 commit 434b27fCopy full SHA for 434b27f
docs/core/tools/extensibility.md
@@ -180,7 +180,7 @@ echo "Hello World"
180
```
181
182
On macOS, we can save this script as `dotnet-hello` and set its executable bit with `chmod +x dotnet-hello`. We can then
183
-create a symbolic link to it in `/usr/local/bin` using the command `ln -s dotnet-hello /usr/local/bin/`. This will make
+create a symbolic link to it in `/usr/local/bin` using the command `ln -s <full_path>/dotnet-hello /usr/local/bin/`. This will make
184
it possible to invoke the command using the `dotnet hello` syntax.
185
186
On Windows, we can save this script as `dotnet-hello.cmd` and put it in a location that is in a system path (or you can
0 commit comments