Procházet zdrojové kódy

Merge pull request #2602 from shield-9/readme-cmd

Update outdated description in README
Yuki Takei před 5 roky
rodič
revize
b4fe64b51c
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -111,11 +111,11 @@ See [confirmed versions](https://docs.growi.org/en/dev/startup/dev-env.html#set-
 
 
 |command|desc|
 |command|desc|
 |--|--|
 |--|--|
-|`npm run build:prod`|Build the client|
-|`npm run server:prod`|Launch the server|
-|`npm start`|Invoke `npm run build:prod` and `npm run server:prod`|
+|`yarn run build:prod`|Build the client|
+|`yarn run server:prod`|Launch the server|
+|`yarn start`|Invoke `yarn run build:prod` and `yarn run server:prod`|
 
 
-For more info, see [GROWI Docs: List of npm Commands](https://docs.growi.org/en/dev/startup/launch.html#list-of-npm-commands).
+For more info, see [GROWI Docs: List of npm Commands](https://docs.growi.org/en/dev/startup-v2/launch.html#list-of-npm-commands).
 
 
 
 
 Documentation
 Documentation