Skip to content
Snippets Groups Projects
Unverified Commit 2752319e authored by Angristan's avatar Angristan Committed by GitHub
Browse files

Update build docs

Fix #1474
parent c6d49dac
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,12 @@ You need to generate config file via `npm run config` command. ...@@ -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.
---------------------------------------------------------------- ----------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment