diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-15 19:55:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 19:55:41 +0900 |
| commit | 6a4306dc4bb965a24b96f2c1d9531a33eabd4c00 (patch) | |
| tree | d9a743e30932762c60f422c4508532ecce5ac9e2 | |
| parent | Merge pull request #1474 from Angristan/patch-1 (diff) | |
| parent | Fix space (diff) | |
| download | sharkey-6a4306dc4bb965a24b96f2c1d9531a33eabd4c00.tar.gz sharkey-6a4306dc4bb965a24b96f2c1d9531a33eabd4c00.tar.bz2 sharkey-6a4306dc4bb965a24b96f2c1d9531a33eabd4c00.zip | |
Merge pull request #1475 from Angristan/patch-1
Fix space
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index ec062e9477..fed13bdeb5 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -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` |