docs: correct wrong command

This commit is contained in:
Zeeland 2022-12-05 23:45:32 +08:00 committed by GitHub
parent db9be2277b
commit fa9a964ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,14 +106,14 @@ nebula[ˈnebyələ]n.星云)是一款现代化的知识社区项目,
```bash ```bash
# install dependencies # install dependencies
$ npm install $ npm run install
# serve with hot reload at localhost:3000 # serve with hot reload at localhost:3000
$ npm dev $ npm run dev
# build for production and launch server # build for production and launch server
$ npm build $ npm run build
$ npm start $ npm run start
# generate static project # generate static project
$ npm generate $ npm generate