Update README.md
This commit is contained in:
parent
f979a182eb
commit
146fa15fef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user