From 082321bcdb92e7bd8b3dc3548f83219db87c8b74 Mon Sep 17 00:00:00 2001 From: WanderWang <185713114@qq.com> Date: Fri, 20 Jun 2025 19:06:13 +0800 Subject: [PATCH] docs(readme): optimize command and version for rush setup (#396) --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40945976..b700438f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,13 +27,13 @@ git clone git@github.com:bytedance/flowgram.ai.git 3. **Install required global dependencies** ``` 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** ``` bash -rush update +rush install ``` 5. **Build the project** diff --git a/README.md b/README.md index c5d637fe..a97b0324 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,13 @@ git clone git@github.com:bytedance/flowgram.ai.git 3. **Install required global dependencies** ``` 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** ``` bash -rush update +rush install ``` 5. **Build the project**