Skip to content

Commit a6ae770

Browse files
committed
docs: use npm install in README
1 parent 8509ac4 commit a6ae770

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
@@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848
Run the local dumi site:
4949

5050
```bash
51-
ut install
51+
npm install
5252
npm start
5353
```
5454

@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128
## Development
129129

130130
```bash
131-
ut install
131+
npm install
132132
npm start
133133
npm test
134134
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default () => <TextArea autoSize showCount maxLength={100} />;
4848
运行本地 dumi 站点:
4949

5050
```bash
51-
ut install
51+
npm install
5252
npm start
5353
```
5454

@@ -128,7 +128,7 @@ textareaRef.current?.blur();
128128
## 本地开发
129129

130130
```bash
131-
ut install
131+
npm install
132132
npm start
133133
npm test
134134
npm run tsc

0 commit comments

Comments
 (0)