Skip to content

Commit 21bcd47

Browse files
committed
docs: use ut install for local setup
1 parent 470c05f commit 21bcd47

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default () => (
5858
Run the local dumi site:
5959

6060
```bash
61-
npm install
61+
ut install
6262
npm start
6363
```
6464

@@ -107,7 +107,7 @@ Then open `http://localhost:8000`.
107107
## Development
108108

109109
```bash
110-
npm install
110+
ut install
111111
npm start
112112
npm test
113113
npm run tsc

README.zh-CN.md

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

6060
```bash
61-
npm install
61+
ut install
6262
npm start
6363
```
6464

@@ -107,7 +107,7 @@ npm start
107107
## 本地开发
108108

109109
```bash
110-
npm install
110+
ut install
111111
npm start
112112
npm test
113113
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)