mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
docs(readme): optimize command and version for rush setup (#396)
This commit is contained in:
parent
2ed104ee95
commit
082321bcdb
@ -27,13 +27,13 @@ git clone git@github.com:bytedance/flowgram.ai.git
|
|||||||
3. **Install required global dependencies**
|
3. **Install required global dependencies**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
npm i -g pnpm@9.12.0 @microsoft/rush@5.14.0
|
npm i -g pnpm@9.12.0 @microsoft/rush@5.140.1
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Install project dependencies**
|
4. **Install project dependencies**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
rush update
|
rush install
|
||||||
```
|
```
|
||||||
|
|
||||||
5. **Build the project**
|
5. **Build the project**
|
||||||
|
|||||||
@ -92,13 +92,13 @@ git clone git@github.com:bytedance/flowgram.ai.git
|
|||||||
3. **Install required global dependencies**
|
3. **Install required global dependencies**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
npm i -g pnpm@9.12.0 @microsoft/rush@5.140.0
|
npm i -g pnpm@9.12.0 @microsoft/rush@5.140.1
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Install project dependencies**
|
4. **Install project dependencies**
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
rush update
|
rush install
|
||||||
```
|
```
|
||||||
|
|
||||||
5. **Build the project**
|
5. **Build the project**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user