Update README.md

This commit is contained in:
Andrey Platov
2021-11-17 15:54:20 +01:00
committed by GitHub
parent 8ef4b49800
commit b8a622faea
+1 -1
View File
@@ -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