Skip to content

Commit f964862

Browse files
committed
docs: use npm install in README
1 parent 1ac5310 commit f964862

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

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

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

127127
```bash
128-
ut install
128+
npm 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-
ut install
68+
npm install
6969
npm start
7070
```
7171

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

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

0 commit comments

Comments
 (0)