mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 21:30:18 +02:00
Update composer instructions.
This commit is contained in:
parent
1448d65994
commit
3014f8855e
12
README.md
12
README.md
@ -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? ###
|
||||
|
Loading…
Reference in New Issue
Block a user