diff --git a/README.md b/README.md index 1afcc1ed63..0be9f3b10e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ EspoCRM is an Open Source CRM (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