Fix list number

This commit is contained in:
Angristan 2018-04-15 12:52:54 +02:00 committed by GitHub
parent 74d138925e
commit b7dfc239c3

View file

@ -58,7 +58,7 @@ We need to use `node-gyp` to build the `crypto` module.
1. `npm install -g node-gyp`
2. `node-gyp configure`
3. `node-gyp build`
1. `npm run build`
4. `npm run build`
*6.* That is it.
----------------------------------------------------------------