Skip to content

Commit c13870d

Browse files
committed
docs: use npm install in README
1 parent 0650b01 commit c13870d

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
@@ -58,7 +58,7 @@ export default () => (
5858
Run the local dumi site:
5959

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

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

109109
```bash
110-
ut install
110+
npm 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-
ut install
61+
npm install
6262
npm start
6363
```
6464

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

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

0 commit comments

Comments
 (0)