Update composer instructions.

This commit is contained in:
Andrés Montañez 2013-12-18 02:15:59 -08:00
parent 1448d65994
commit 3014f8855e

View file

@ -16,14 +16,20 @@ Simply add the following dependency to your projects composer.json file:
```js ```js
"require": { "require": {
// ... // ...
"andres-montanez/magallanes": "dev-master" "andres-montanez/magallanes": "1.*"
// ... // ...
} }
``` ```
Now tell composer to download Magallanes by running the command: Now tell we update the vendors:
```bash ```bash
$ php composer.phar update andres-montanez/magallanes $ php composer update
```
And finally we can use Magallanes from the vendor's bin:
```bash
$ bin/mage version
``` ```
### Can you give me some examples/ideas? ### ### Can you give me some examples/ideas? ###