Skip to content

Commit 6c08466

Browse files
Correct default shell docs for npm on Windows (#6078)
1 parent 85e0835 commit 6c08466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ code-server
9797
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
9898
```
9999

100-
A `postinstall.sh` script will attempt to run. Select your terminal (e.g., Git bash) as the default application for `.sh` files. If an additional dialog does not appear, run the install command again.
100+
A `postinstall.sh` script will attempt to run. Select your terminal (e.g., Git bash) as the default shell for npm run-scripts. If an additional dialog does not appear, run the install command again.
101101

102102
If the `code-server` command is not found, you'll need to [add a directory to your PATH](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/). To find the directory, use the following command:
103103

0 commit comments

Comments
 (0)