From 47a9515a157fc9dbbc10578b52b5aa936149b188 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 29 Oct 2014 11:13:10 +0200 Subject: [PATCH] changed in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c92a84a94..ecf81b4435 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 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 get a proper data/config.php and data in a database you can run /install via 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. Also you need to run build before to have compiled css. ### How to build