Skip to content

Commit e1f2b61

Browse files
committed
docs: use npm install in README
1 parent ee4977e commit e1f2b61

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
@@ -56,7 +56,7 @@ Online preview: https://upload.react-component.vercel.app/
5656
Run the local dumi site:
5757

5858
```bash
59-
ut install
59+
npm install
6060
npm start
6161
```
6262

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

107107
```bash
108-
ut install
108+
npm install
109109
npm start
110110
npm test
111111
npm run tsc

README.zh-CN.md

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

5858
```bash
59-
ut install
59+
npm install
6060
npm start
6161
```
6262

@@ -105,7 +105,7 @@ npm start
105105
## 本地开发
106106

107107
```bash
108-
ut install
108+
npm install
109109
npm start
110110
npm test
111111
npm run tsc

0 commit comments

Comments
 (0)