summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAngristan <Angristan@users.noreply.github.com>2018-04-15 12:52:16 +0200
committerGitHub <noreply@github.com>2018-04-15 12:52:16 +0200
commitf2df583d8b6d85055a8a0b1c95ab3a769d271bba (patch)
treed126258a68b9037aca9493beabb9d8e13e41cbdf /docs
parentoops (diff)
downloadsharkey-f2df583d8b6d85055a8a0b1c95ab3a769d271bba.tar.gz
sharkey-f2df583d8b6d85055a8a0b1c95ab3a769d271bba.tar.bz2
sharkey-f2df583d8b6d85055a8a0b1c95ab3a769d271bba.zip
Add node-gyp instructions to build the crypto module
Otherwise misskey can't run.
Diffstat (limited to 'docs')
-rw-r--r--docs/setup.en.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index 88e20f6bc4..f8b2f55064 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -53,6 +53,11 @@ Or you can generate config file via `npm run config` command.
*5.* Build Misskey
----------------------------------------------------------------
+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`
*6.* That is it.