Skip to content

Commit 626b1e9

Browse files
committed
docs: use npm install in README
1 parent 3b27ddb commit 626b1e9

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 function App() {
4848
Run the local dumi site:
4949

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

@@ -80,7 +80,7 @@ Additional props are passed to the underlying [`@rc-component/trigger`](https://
8080
## Development
8181

8282
```bash
83-
ut install
83+
npm install
8484
npm start
8585
```
8686

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function App() {
4848
运行本地 dumi 站点:
4949

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

@@ -80,7 +80,7 @@ npm start
8080
## 本地开发
8181

8282
```bash
83-
ut install
83+
npm install
8484
npm start
8585
```
8686

0 commit comments

Comments
 (0)