Cover multiple cases

This commit is contained in:
Angristan 2018-06-01 20:52:47 +02:00 committed by GitHub
parent 2752319e50
commit 8d78ee08c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,12 +48,19 @@ You need to generate config file via `npm run config` command.
*5.* Build Misskey *5.* Build Misskey
---------------------------------------------------------------- ----------------------------------------------------------------
If you're on Debian, you will need to install the `build-essential` package. Build misskey with the following:
Then build misskey:
`npm run build` `npm run build`
If you're on Debian, you will need to install the `build-essential` package.
If you're still encountering errors about some modules, use node-gyp:
1. `npm install -g node-gyp`
2. `node-gyp configure`
3. `node-gyp build`
4. `npm run build`
*6.* That is it. *6.* That is it.
---------------------------------------------------------------- ----------------------------------------------------------------
Well done! Now, you have an environment that run to Misskey. Well done! Now, you have an environment that run to Misskey.