From a08adcf6d5ec7c07f3fdb805119dd9765c8ab81c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 14 Nov 2014 16:17:30 +0200 Subject: [PATCH] change readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf81b4435..f080dc4c8b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If your repository is accessible via a web server then you can run EspoCRM by ur ### How to build -You need to have nodejs installed. +You need to have nodejs and Grunt CLI installed. 1. Change to the project's root directory. 2. Install project dependencies with `npm install`.