diff options
| author | Angristan <Angristan@users.noreply.github.com> | 2018-04-15 12:55:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 12:55:15 +0200 |
| commit | 9b47e756284235718c4d84813f4d22ce49d44dd5 (patch) | |
| tree | d9a743e30932762c60f422c4508532ecce5ac9e2 /docs | |
| parent | Merge pull request #1474 from Angristan/patch-1 (diff) | |
| download | sharkey-9b47e756284235718c4d84813f4d22ce49d44dd5.tar.gz sharkey-9b47e756284235718c4d84813f4d22ce49d44dd5.tar.bz2 sharkey-9b47e756284235718c4d84813f4d22ce49d44dd5.zip | |
Fix space
Sorry :3
Diffstat (limited to 'docs')
| -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` |