Skip to content

Commit 06f5dc8

Browse files
committed
Update manual installation instructions
1 parent 3afd495 commit 06f5dc8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,19 @@ $ curl -s https://getcomposer.org/installer | php
5959
$ php composer.phar install
6060
```
6161
62+
> If you want to build the above mentioned `graph-composer.phar` yourself, you have
63+
to install [clue/phar-composer](https://github.com/clue/phar-composer#install)
64+
and can simply invoke:
65+
>
66+
> ```bash
67+
> $ php phar-composer.phar build ~/workspace/graph-composer
68+
> ```
69+
6270
#### Updating manually
71+
6372
```bash
6473
$ git pull
65-
$ php composer.phar update
74+
$ php composer.phar install
6675
```
6776
6877
## License

0 commit comments

Comments
 (0)