From f4582ac3a6ea460fc0b147424136e36f945b5cad Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 27 Nov 2015 17:11:14 +0200 Subject: [PATCH] change readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df747718f7..93a1300fba 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,11 @@ Never update composer dependencies if you are going to contribute code back. Now you can build. -If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend`. To compose a proper config.php and populate database you can run install by opening `http(s)://{YOUR_CRM_URL}/install` location in a browser. Also you need to run build before to have compiled css. +If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend`. + +To compose a proper config.php and populate database you can run install by opening `http(s)://{YOUR_CRM_URL}/install` location in a browser. Then open `data/config.php` file and add `isDeveloperMode => true`. + +Also you need to build to have compiled css files. ### How to build