Skip to content

Commit 38c873b

Browse files
authored
Merge pull request #262 from riccid2/patch-1
fix command slash
2 parents c81a0e9 + 072590e commit 38c873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nbgv-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If scripting for running in a CI build where global impact from installing a too
2525
dotnet tool install --tool-path . nbgv
2626
```
2727

28-
At this point you can launch the tool using `.\nbgv` in your build script.
28+
At this point you can launch the tool using `./nbgv` in your build script.
2929

3030
## Learn more
3131

0 commit comments

Comments
 (0)