From 6c08466b05a881b6ce61b5728a67065c9b329868 Mon Sep 17 00:00:00 2001 From: Initial-heart <63091661+Initial-heart-1@users.noreply.github.com> Date: Fri, 17 Mar 2023 01:46:11 +0800 Subject: [PATCH] Correct default shell docs for npm on Windows (#6078) --- docs/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/npm.md b/docs/npm.md index 58f4a978b57..5d3d3f88e4f 100644 --- a/docs/npm.md +++ b/docs/npm.md @@ -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: