Update build docs

Fix #1474
This commit is contained in:
Angristan 2018-06-01 20:24:30 +02:00 committed by GitHub
parent c6d49dacbc
commit 2752319e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,12 +47,12 @@ You need to generate config file via `npm run config` command.
*5.* Build Misskey *5.* Build Misskey
---------------------------------------------------------------- ----------------------------------------------------------------
We need to use `node-gyp` to build the `crypto` module.
1. `npm install -g node-gyp` If you're on Debian, you will need to install the `build-essential` package.
2. `node-gyp configure`
3. `node-gyp build` Then build misskey:
4. `npm run build`
`npm run build`
*6.* That is it. *6.* That is it.
---------------------------------------------------------------- ----------------------------------------------------------------