Skip to content

Commit e852edc

Browse files
committed
docs: use ut install for local setup
1 parent 05cc002 commit e852edc

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function App() {
5151
Run the local dumi site:
5252

5353
```bash
54-
npm install
54+
ut install
5555
npm start
5656
```
5757

@@ -88,7 +88,7 @@ Other native input attributes are also supported.
8888
## Development
8989

9090
```bash
91-
npm install
91+
ut install
9292
npm start
9393
```
9494

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function App() {
5151
运行本地 dumi 站点:
5252

5353
```bash
54-
npm install
54+
ut install
5555
npm start
5656
```
5757

@@ -88,7 +88,7 @@ npm start
8888
## 本地开发
8989

9090
```bash
91-
npm install
91+
ut install
9292
npm start
9393
```
9494

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ npm install @rc-component/checkbox --save
1313
# yarn install
1414
yarn add @rc-component/checkbox
1515

16-
# pnpm install
17-
pnpm i @rc-component/checkbox
1816
```
1917

2018
## 🔨 Usage

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)