From fa9a964ec5a7cf0ab0edb53629a46cfa0b27a732 Mon Sep 17 00:00:00 2001 From: Zeeland Date: Mon, 5 Dec 2022 23:45:32 +0800 Subject: [PATCH] docs: correct wrong command --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d74a50..2352fba 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,14 @@ nebula([ˈnebyələ],n.星云)是一款现代化的知识社区项目, ```bash # install dependencies -$ npm install +$ npm run install # serve with hot reload at localhost:3000 -$ npm dev +$ npm run dev # build for production and launch server -$ npm build -$ npm start +$ npm run build +$ npm run start # generate static project $ npm generate