Improve doc
This commit is contained in:
parent
4162981081
commit
3709ba95cd
2 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,11 @@ As root:
|
|||
*6.* Build Misskey
|
||||
----------------------------------------------------------------
|
||||
|
||||
Before build, you need to set `NODE_ENV` to `production`. like this:
|
||||
* Linux: `export NODE_ENV=production`
|
||||
* Windows (PowerShell): `$env:NODE_ENV="production"`
|
||||
* Windows (CMD): `set NODE_ENV=production`
|
||||
|
||||
Build misskey with the following:
|
||||
|
||||
`npm run build`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue