From fa17104d1328dc2c8cc213cc2ff74d2ce4d5ef6c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 30 Sep 2014 12:39:41 +0300 Subject: [PATCH] readme changes --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e4cebd5eb8..f93d40e35c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,16 @@ 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

-

+### 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. -
+1. Change to the project's root directory. +2. Install project dependencies with npm install. +3. Run Grunt with grunt. -

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

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

License

-

-EspoCRM is published under the GNU GPLv3 license. -

+### License +EspoCRM is published under the GNU GPLv3 [license](https://raw.githubusercontent.com/espocrm/espocrm/master/LICENSE.txt).