Merge pull request #1475 from Angristan/patch-1

Fix space
This commit is contained in:
syuilo 2018-04-15 19:55:41 +09:00 committed by GitHub
commit 6a4306dc4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Or you can generate config file via `npm run config` command.
We need to use `node-gyp` to build the `crypto` module.
1. `npm install -g node-gyp`
2. `node-gyp configure`
2. `node-gyp configure`
3. `node-gyp build`
4. `npm run build`