Skip to content

Commit

Permalink
Correct default shell docs for npm on Windows (#6078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Initial-heart-1 committed Mar 16, 2023
1 parent 85e0835 commit 6c08466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/npm.md
Expand Up @@ -97,7 +97,7 @@ code-server
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
```

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.
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.

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:

Expand Down

0 comments on commit 6c08466

Please sign in to comment.