Skip to content

Commit 0154fa9

Browse files
authored
Update README.md
- Fix wrong command options to update the tool installed on specif path.
1 parent 3dd4f75 commit 0154fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dotnet tool update -g nanoff
6565
If the tool was installed at a specific path, use the following .NET Core CLI command instead:
6666

6767
```console
68-
dotnet tool update -g nanoff --tool-path c:\path-where-the-tool-was-installed
68+
dotnet tool update nanoff --tool-path c:\path-where-the-tool-was-installed
6969
```
7070

7171
## Usage

0 commit comments

Comments
 (0)