Skip to content

Commit

Permalink
fix: docs about windows installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Jul 24, 2019
1 parent 4144cdb commit d5446a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ For more details please refer to ZooKeeper docs.
# Windows support
Install `CMake` to build a ZooKeeper client on Windows. `Python 2.7.x` is currently required by the tool `node-gyp` to build the ZooKeeper client as a native Node.js Addon.

Also, run `npm install` in a Powershell window as an __Administrator__. For further instructions visit [node-gyp documentation](https://github.com/nodejs/node-gyp/#on-windows).
Also, run `npm install` in a Powershell window. For further instructions visit [node-gyp documentation](https://github.com/nodejs/node-gyp/#on-windows).

Windows support has been enabled mainly for supporting development, not for production.

Expand Down

0 comments on commit d5446a3

Please sign in to comment.