Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 707a09636..2e677dc83 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ You will probably need the latest version of node, **at least** version
`0.5.8` or higher. You can get it from
<http://nodejs.org/dist/v0.5.8/node.exe>.
-### Step 2: Update the `%PATH%` environment variable
+### Step 2: Update the %PATH% environment variable
Update your `%PATH%` environment variable in System Properties:
Advanced: Environment, so that it includes the `bin` folder you chose.
@@ -58,7 +58,7 @@ The entries are separated by semicolons.
You *may* be able to do this from the command line using `set` and
`setx`. `cd` into the `bin` folder you created in step 1, and do this:
- set path="%PATH%;%CD%"
+ set path=%PATH%;%CD%
setx path "%PATH%"
### Step 3: Install git