Skip to content

Commit

Permalink
Update manual installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 11, 2013
1 parent 3afd495 commit 06f5dc8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f5dc8

Please sign in to comment.