Skip to content

Commit e695b8c

Browse files
committed
docs: use ut install for local setup
1 parent 7826892 commit e695b8c

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
@@ -65,7 +65,7 @@ export default ({ keys }: { keys: string[] }) => (
6565
Run the local dumi site:
6666

6767
```bash
68-
npm install
68+
ut install
6969
npm start
7070
```
7171

@@ -125,7 +125,7 @@ Then open `http://localhost:8000`.
125125
## Development
126126

127127
```bash
128-
npm install
128+
ut install
129129
npm start
130130
npm test
131131
npm run tsc

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default ({ keys }: { keys: string[] }) => (
6565
运行本地 dumi 站点:
6666

6767
```bash
68-
npm install
68+
ut install
6969
npm start
7070
```
7171

@@ -125,7 +125,7 @@ npm start
125125
## 本地开发
126126

127127
```bash
128-
npm install
128+
ut install
129129
npm start
130130
npm test
131131
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)