Skip to content

Commit 8c1138f

Browse files
committed
docs: use npm install in README
1 parent f6b0cf7 commit 8c1138f

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
@@ -58,7 +58,7 @@ Online preview: https://slider.react-component.vercel.app/
5858
Run the local dumi site:
5959

6060
```bash
61-
ut install
61+
npm install
6262
npm start
6363
```
6464

@@ -133,7 +133,7 @@ Then open `http://localhost:8000`.
133133
## Development
134134

135135
```bash
136-
ut install
136+
npm install
137137
npm start
138138
npm test
139139
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default () => (
5757
运行本地 dumi 站点:
5858

5959
```bash
60-
ut install
60+
npm install
6161
npm start
6262
```
6363

@@ -132,7 +132,7 @@ npm start
132132
## 本地开发
133133

134134
```bash
135-
ut install
135+
npm install
136136
npm start
137137
npm test
138138
npm run tsc

0 commit comments

Comments
 (0)