From 146fa15fef5e0e72a65f2113615ae9fc2cf7ceb6 Mon Sep 17 00:00:00 2001 From: chenos Date: Tue, 17 May 2022 15:18:23 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 045dfe0c98..2708bd53d6 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,6 @@ cd my-nocobase-app #### 3. Install dependencies -📢 This next step may take more than ten minutes due to network environment, system configuration, and other factors. - ```bash yarn install ``` @@ -197,7 +195,9 @@ yarn install ### Development and Testing ```bash -# Install and start the application +# Install NocoBase +yarn nocobase install --lang=en-US +# Start NocoBase yarn start # Run all tests yarn test