From 9b47e756284235718c4d84813f4d22ce49d44dd5 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:55:15 +0200 Subject: [PATCH] Fix space Sorry :3 --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.en.md b/docs/setup.en.md index ec062e947..fed13bdeb 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`