Skip to content

Commit b309b8e

Browse files
committed
docs: use npm install in README
1 parent 2bba1e8 commit b309b8e

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

5656
```bash
57-
ut install
57+
npm install
5858
npm start
5959
```
6060

@@ -104,7 +104,7 @@ Then open `http://localhost:8000`.
104104
## Development
105105

106106
```bash
107-
ut install
107+
npm install
108108
npm start
109109
npm test
110110
npm run tsc

README.zh-CN.md

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

5656
```bash
57-
ut install
57+
npm install
5858
npm start
5959
```
6060

@@ -104,7 +104,7 @@ npm start
104104
## 本地开发
105105

106106
```bash
107-
ut install
107+
npm install
108108
npm start
109109
npm test
110110
npm run tsc

0 commit comments

Comments
 (0)