Skip to content

Commit

Permalink
Update composer instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-montanez committed Dec 18, 2013
1 parent 1448d65 commit 3014f88
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ Simply add the following dependency to your project’s composer.json file:
```js
"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
$ 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? ###
Expand Down

0 comments on commit 3014f88

Please sign in to comment.