Update README.md

This commit is contained in:
chenos 2022-05-17 15:18:23 +08:00 committed by GitHub
parent f979a182eb
commit 146fa15fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,8 +161,6 @@ cd my-nocobase-app
#### 3. Install dependencies #### 3. Install dependencies
📢 This next step may take more than ten minutes due to network environment, system configuration, and other factors.
```bash ```bash
yarn install yarn install
``` ```
@ -197,7 +195,9 @@ yarn install
### Development and Testing ### Development and Testing
```bash ```bash
# Install and start the application # Install NocoBase
yarn nocobase install --lang=en-US
# Start NocoBase
yarn start yarn start
# Run all tests # Run all tests
yarn test yarn test