Skip to content

Commit de278d7

Browse files
committed
docs: use npm install in README
1 parent d8e349d commit de278d7

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

6262
```bash
63-
ut install
63+
npm install
6464
npm start
6565
```
6666

@@ -113,7 +113,7 @@ Then open `http://localhost:8000`.
113113
## Development
114114

115115
```bash
116-
ut install
116+
npm install
117117
npm start
118118
```
119119

README.zh-CN.md

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

6262
```bash
63-
ut install
63+
npm install
6464
npm start
6565
```
6666

@@ -113,7 +113,7 @@ npm start
113113
## 本地开发
114114

115115
```bash
116-
ut install
116+
npm install
117117
npm start
118118
```
119119

0 commit comments

Comments
 (0)