diff --git a/README.md b/README.md index 93db37d570..e4cebd5eb8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ 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 build

+

+You need to have nodejs installed. +

+ +
    +
  1. Change to the project's root directory.
  2. +
  3. Install project dependencies with npm install.
  4. +
  5. Run Grunt with grunt.
  6. +
+ +

+The build will be created in the build directory. +

+ +

License

+

+EspoCRM is published under the GNU GPLv3 license. +

+ +