Merge pull request #73 from Undertone0809/patch-1
docs: correct wrong command
This commit is contained in:
commit
180da2bc65
12
README.md
12
README.md
@ -106,17 +106,17 @@ nebula([ˈnebyələ],n.星云)是一款现代化的知识社区项目,
|
||||
|
||||
```bash
|
||||
# install dependencies
|
||||
$ npm install
|
||||
$ yarn install
|
||||
|
||||
# serve with hot reload at localhost:3000
|
||||
$ npm dev
|
||||
$ yarn run dev
|
||||
|
||||
# build for production and launch server
|
||||
$ npm build
|
||||
$ npm start
|
||||
$ yarn run build
|
||||
$ yarn run start
|
||||
|
||||
# generate static project
|
||||
$ npm generate
|
||||
$ yarn run generate
|
||||
```
|
||||
|
||||
## 项目部署
|
||||
@ -126,7 +126,7 @@ $ npm generate
|
||||
![build](assets/build.png)
|
||||
|
||||
3. 服务器安装 `Nodejs` 环境
|
||||
4. 项目目录下执行 `npm install`
|
||||
4. 项目目录下执行 `yarn install`
|
||||
5. 执行 `npm install pm2 -g`
|
||||
6. 执行 `pm2 list` 检查 `pm2` 是否安装好
|
||||
7. 执行 `pm2 start npm --name nebula -- run start`
|
||||
|
Loading…
Reference in New Issue
Block a user