Skip to content

Commit 597db8d

Browse files
committed
docs: use npm install in README
1 parent 5811ff8 commit 597db8d

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
@@ -57,7 +57,7 @@ export default () => <TreeSelect treeData={treeData} placeholder="Select a node"
5757
Run the local dumi site:
5858

5959
```bash
60-
ut install
60+
npm install
6161
npm start
6262
```
6363

@@ -163,7 +163,7 @@ therefore differ.
163163
## Development
164164

165165
```bash
166-
ut install
166+
npm install
167167
npm start
168168
npm test
169169
npm run lint

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => <TreeSelect treeData={treeData} placeholder="Select a node"
5757
运行本地 dumi 站点:
5858

5959
```bash
60-
ut install
60+
npm install
6161
npm start
6262
```
6363

@@ -157,7 +157,7 @@ therefore differ.
157157
## 本地开发
158158

159159
```bash
160-
ut install
160+
npm install
161161
npm start
162162
npm test
163163
npm run lint

0 commit comments

Comments
 (0)