Skip to content

Commit 4abe0f9

Browse files
committed
docs: use npm install in README
1 parent 115b2fd commit 4abe0f9

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
@@ -54,7 +54,7 @@ export default () => (
5454
Run the local dumi site:
5555

5656
```bash
57-
ut install
57+
npm install
5858
npm start
5959
```
6060

@@ -108,7 +108,7 @@ Then open `http://localhost:8000`.
108108
## Development
109109

110110
```bash
111-
ut install
111+
npm install
112112
npm start
113113
npm test
114114
npm run build

README.zh-CN.md

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

5656
```bash
57-
ut install
57+
npm install
5858
npm start
5959
```
6060

@@ -108,7 +108,7 @@ npm start
108108
## 本地开发
109109

110110
```bash
111-
ut install
111+
npm install
112112
npm start
113113
npm test
114114
npm run build

0 commit comments

Comments
 (0)