Skip to content

Commit 8fb328c

Browse files
committed
docs: use npm install in README
1 parent a8b1d2f commit 8fb328c

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
@@ -51,7 +51,7 @@ export default function App() {
5151
Run the local dumi site:
5252

5353
```bash
54-
ut install
54+
npm install
5555
npm start
5656
```
5757

@@ -88,7 +88,7 @@ Other native input attributes are also supported.
8888
## Development
8989

9090
```bash
91-
ut install
91+
npm install
9292
npm start
9393
```
9494

README.zh-CN.md

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

5353
```bash
54-
ut install
54+
npm install
5555
npm start
5656
```
5757

@@ -88,7 +88,7 @@ npm start
8888
## 本地开发
8989

9090
```bash
91-
ut install
91+
npm install
9292
npm start
9393
```
9494

0 commit comments

Comments
 (0)