Better README
This commit is contained in:
parent
1fb668842f
commit
51fdeaca83
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -80,14 +80,22 @@ If you want to run misskey in production mode, add `--env NODE_ENV=production` l
|
||||||
|
|
||||||
Note that `$(pwd)` is the working directory.
|
Note that `$(pwd)` is the working directory.
|
||||||
|
|
||||||
Building
|
Install
|
||||||
--------------------------------
|
--------------------------------
|
||||||
Run `npm run build` after `npm install`. GLHF!
|
Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && cd misskey-release && mv * ../ && cd ../ && npm install`
|
||||||
|
|
||||||
|
...or Build yourself
|
||||||
|
--------------------------------
|
||||||
|
1. Clone this repository
|
||||||
|
2. `npm install`
|
||||||
|
3. `npm run build`
|
||||||
|
|
||||||
Launch
|
Launch
|
||||||
--------------------------------
|
--------------------------------
|
||||||
`sudo npm start`
|
`sudo npm start`
|
||||||
|
|
||||||
|
GLHF!
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------------------------------
|
--------------------------------
|
||||||
Run `npm test` after building
|
Run `npm test` after building
|
||||||
|
|
Loading…
Reference in a new issue