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

Cover multiple cases

parent 2752319e
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,18 @@ You need to generate config file via `npm run config` command.
*5.* Build Misskey
----------------------------------------------------------------
Build misskey with the following:
`npm run build`
If you're on Debian, you will need to install the `build-essential` package.
Then build misskey:
If you're still encountering errors about some modules, use node-gyp:
`npm run build`
1. `npm install -g node-gyp`
2. `node-gyp configure`
3. `node-gyp build`
4. `npm run build`
*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