change readme

This commit is contained in:
Yuri Kuznetsov
2014-10-10 17:08:49 +03:00
parent 156e69517f
commit 56ae7e5d3c
+9 -3
View File
@@ -1,6 +1,12 @@
<a href='http://www.espocrm.com'>EspoCRM is an Open Source CRM</a> (Customer Relationship Management) software that allows you to see, enter and evaluate all your company relationships regardless of the type. People, companies or opportunities - all in an easy and intuitive interface.
### How to get started
Download the latest release from our [website](http://www.espocrm.com).
### How to report bug
Create an issue [here](https://github.com/espocrm/espocrm/issues) or post bug on our [forum](http://forum.espocrm.com/bug-reports?routestring=forum/bug-reports).
### How to get started (for developers)
1. Clone repository to your local computer.
2. Change to the project's root directory.
@@ -9,9 +15,9 @@
Never update composer dependencies if you are going to contribute code back.
Now you can build.
Now you can build.
If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend` w/o making a build. You will need to have proper data/config.php and existing database.
If your repository is accessible via a web server then you can run EspoCRM by url `http://PROJECT_URL/frontend` w/o making a build. To get a proper data/config.php and data in a database you can run /install via browser.
### How to build