From 06f5dc8fa82ca50df558caa6b06935a81c5c95dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 12 Sep 2013 01:10:49 +0200 Subject: [PATCH] Update manual installation instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bdca6f..84a173f 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,19 @@ $ curl -s https://getcomposer.org/installer | php $ php composer.phar install ``` +> If you want to build the above mentioned `graph-composer.phar` yourself, you have +to install [clue/phar-composer](https://github.com/clue/phar-composer#install) +and can simply invoke: +> +> ```bash +> $ php phar-composer.phar build ~/workspace/graph-composer +> ``` + #### Updating manually + ```bash $ git pull -$ php composer.phar update +$ php composer.phar install ``` ## License