Skip to content

Commit 633301e

Browse files
committed
docs: use npm install in README
1 parent 7debb09 commit 633301e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default () => (
6767
Run the local dumi site:
6868

6969
```bash
70-
ut install
70+
npm install
7171
npm start
7272
```
7373

@@ -136,7 +136,7 @@ Then open `http://localhost:8000`.
136136
## Development
137137

138138
```bash
139-
ut install
139+
npm install
140140
npm start
141141
```
142142

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default () => (
6767
运行本地 dumi 站点:
6868

6969
```bash
70-
ut install
70+
npm install
7171
npm start
7272
```
7373

@@ -136,7 +136,7 @@ npm start
136136
## 本地开发
137137

138138
```bash
139-
ut install
139+
npm install
140140
npm start
141141
```
142142

0 commit comments

Comments
 (0)