Skip to content

Commit 8fadb1f

Browse files
committed
docs: use npm install in README
1 parent ae5a85e commit 8fadb1f

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

@@ -100,7 +100,7 @@ Then open `http://localhost:8000`.
100100
## Development
101101

102102
```bash
103-
ut install
103+
npm install
104104
npm start
105105
npm test
106106
npm run tsc

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

@@ -100,7 +100,7 @@ npm start
100100
## 本地开发
101101

102102
```bash
103-
ut install
103+
npm install
104104
npm start
105105
npm test
106106
npm run tsc

0 commit comments

Comments
 (0)