Skip to content

Commit fee93a5

Browse files
committed
docs: use ut install for local setup
1 parent e6dbd42 commit fee93a5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p>
1717

18-
1918
## Highlights
2019

2120
- `Line` and `Circle` progress components rendered with SVG.
@@ -58,7 +57,7 @@ export default () => (
5857
Run the local dumi site:
5958

6059
```bash
61-
npm install
60+
ut install
6261
npm start
6362
```
6463

@@ -92,7 +91,7 @@ Then open `http://localhost:8000`.
9291
## Development
9392

9493
```bash
95-
npm install
94+
ut install
9695
npm start
9796
npm test
9897
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-
npm install
60+
ut install
6161
npm start
6262
```
6363

@@ -91,7 +91,7 @@ npm start
9191
## 本地开发
9292

9393
```bash
94-
npm install
94+
ut install
9595
npm start
9696
npm test
9797
npm run tsc

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "umijs",
3-
"installCommand": "npm install",
3+
"installCommand": "ut install",
44
"buildCommand": "npm run build",
55
"outputDirectory": "docs-dist"
66
}

0 commit comments

Comments
 (0)