Skip to content

Commit df91b8d

Browse files
committed
docs: use npm install in README
1 parent f4c6a0a commit df91b8d

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
@@ -53,7 +53,7 @@ Online preview: https://segmented.react-component.vercel.app/
5353
Run the local dumi site:
5454

5555
```bash
56-
ut install
56+
npm install
5757
npm start
5858
```
5959

@@ -96,7 +96,7 @@ Additional valid `div` props are passed to the root element.
9696
## Development
9797

9898
```bash
99-
ut install
99+
npm install
100100
npm start
101101
npm test
102102
npm run tsc

README.zh-CN.md

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

5454
```bash
55-
ut install
55+
npm install
5656
npm start
5757
```
5858

@@ -95,7 +95,7 @@ npm start
9595
## 本地开发
9696

9797
```bash
98-
ut install
98+
npm install
9999
npm start
100100
npm test
101101
npm run tsc

0 commit comments

Comments
 (0)