Skip to content

Commit 8bd7a53

Browse files
committed
docs: use npm install in README
1 parent 6474a1a commit 8bd7a53

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
@@ -70,7 +70,7 @@ export default () => (
7070
Run the local dumi site:
7171

7272
```bash
73-
ut install
73+
npm install
7474
npm start
7575
```
7676

@@ -161,7 +161,7 @@ type ItemType =
161161
## Development
162162

163163
```bash
164-
ut install
164+
npm install
165165
npm start
166166
npm test
167167
npm run tsc

README.zh-CN.md

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

7272
```bash
73-
ut install
73+
npm install
7474
npm start
7575
```
7676

@@ -161,7 +161,7 @@ type ItemType =
161161
## 本地开发
162162

163163
```bash
164-
ut install
164+
npm install
165165
npm start
166166
npm test
167167
npm run tsc

0 commit comments

Comments
 (0)