summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAngristan <Angristan@users.noreply.github.com>2018-04-15 12:52:54 +0200
committerGitHub <noreply@github.com>2018-04-15 12:52:54 +0200
commitab7c31e290f38d94d02a6a62947a26b455e9dc6b (patch)
tree3affb201993310f6be37d7d71c80e49a0e0e5d6e /docs
parentAdd node-gyp instructions to build the crypto module (diff)
downloadsharkey-ab7c31e290f38d94d02a6a62947a26b455e9dc6b.tar.gz
sharkey-ab7c31e290f38d94d02a6a62947a26b455e9dc6b.tar.bz2
sharkey-ab7c31e290f38d94d02a6a62947a26b455e9dc6b.zip
Fix list number
Diffstat (limited to 'docs')
-rw-r--r--docs/setup.en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index f8b2f55064..ec062e9477 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -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.
----------------------------------------------------------------