Skip to content

Commit 0da3092

Browse files
committed
docs: use npm install in README
1 parent 2055117 commit 0da3092

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

@@ -89,7 +89,7 @@ Then open `http://localhost:8000`.
8989
## Development
9090

9191
```bash
92-
ut install
92+
npm install
9393
npm start
9494
```
9595

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

@@ -89,7 +89,7 @@ npm start
8989
## 本地开发
9090

9191
```bash
92-
ut install
92+
npm install
9393
npm start
9494
```
9595

0 commit comments

Comments
 (0)