Skip to content

Commit

Permalink
docs: fix npm install windows-build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Gross authored and tuxcanfly committed Aug 20, 2018
1 parent 9dba78d commit 0e799eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Beginner's-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ https://slproweb.com/download/Win64OpenSSL-1_0_2L.exe
As Administrator, open `cmd.exe` and run:

```console
C:\Users\bcoin\bcoin>npm install --global --production windows-build-tool
C:\Users\bcoin\bcoin>npm install --global --production windows-build-tools
```

to install `VCBuild.exe` and `Python 2.7.x` both required by `node-gyp`
Expand Down

0 comments on commit 0e799eb

Please sign in to comment.