From 3fcfa535deafeb719a0e71fb13457233503cd456 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Mon, 21 Apr 2014 14:56:52 +0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38bb786..5ac218b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Requirements Installation ------------ -Add IntaroCRM REST API client in your composer.json: +1) Install [composer](https://getcomposer.org/download/) into the project directory. +2) Add IntaroCRM REST API client in your composer.json: ```js { "require": { @@ -21,6 +22,10 @@ Add IntaroCRM REST API client in your composer.json: } } ``` +3) Use command `php composer.phar update intarocrm/rest-api-client` to install new vendor into `vendor/` folder. + + + Usage ------------