Skip to content

Commit f3a5a22

Browse files
committed
docs: use npm install in README
1 parent f92657f commit f3a5a22

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
@@ -45,7 +45,7 @@ Online preview: https://switch.react-component.vercel.app/
4545
Run the local dumi site:
4646

4747
```bash
48-
ut install
48+
npm install
4949
npm start
5050
```
5151

@@ -76,7 +76,7 @@ Then open `http://localhost:8000`.
7676
## Development
7777

7878
```bash
79-
ut install
79+
npm install
8080
npm start
8181
npm test
8282
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default () => <Switch checkedChildren="On" unCheckedChildren="Off" />;
4444
运行本地 dumi 站点:
4545

4646
```bash
47-
ut install
47+
npm install
4848
npm start
4949
```
5050

@@ -75,7 +75,7 @@ npm start
7575
## 本地开发
7676

7777
```bash
78-
ut install
78+
npm install
7979
npm start
8080
npm test
8181
npm run tsc

0 commit comments

Comments
 (0)