Merge pull request #73 from Undertone0809/patch-1

docs: correct wrong command
This commit is contained in:
ronger 2022-12-08 14:41:18 +08:00 committed by GitHub
commit 180da2bc65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`