Skip to content

Commit 434b27f

Browse files
ivanstamenicBillWagner
authored andcommitted
PATH-based extensibility macOS (dotnet#2775)
1 parent 7912d46 commit 434b27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/extensibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ echo "Hello World"
180180
```
181181

182182
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
183+
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
184184
it possible to invoke the command using the `dotnet hello` syntax.
185185

186186
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

Comments
 (0)