From b8a622faea0f7e554c457f714a549074ed22cd94 Mon Sep 17 00:00:00 2001 From: Andrey Platov <87076238+aplatoff@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:54:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab024501d..36530c6746 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Anticrm Platform is a framework that help building business applications (such a ## Installation -You need Microsoft's [rush](https://rushjs.io) to install application. Install [rush](https://rushjs.io) with `$ npm install -g @microsoft/rush` command and run `$ rush install` from the repository root. +You need Microsoft's [rush](https://rushjs.io) to install application. Install [rush](https://rushjs.io) with `$ npm install -g @microsoft/rush` command and run `$ rush install` from the repository root, followed by `rush build`. ## Run in development mode