mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 20:50:18 +02:00
Merge pull request #84 from WouterSioen/patch-1
Add system-wide installation to the readme.
This commit is contained in:
commit
c11e9f5d94
@ -32,6 +32,15 @@ And finally we can use Magallanes from the vendor's bin:
|
|||||||
$ bin/mage version
|
$ bin/mage version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### System-wide installation with composer ###
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ composer global require "andres-montanez/magallanes=1.0.*"
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure you have ~/.composer/vendor/bin/ in your path.
|
||||||
|
You can now use Magallanes by using the ````mage```` command.
|
||||||
|
|
||||||
### Can you give me some examples/ideas? ###
|
### Can you give me some examples/ideas? ###
|
||||||
**Sure!**
|
**Sure!**
|
||||||
Suppose you have a checkout of your app and you have to deploy it to four servers;
|
Suppose you have a checkout of your app and you have to deploy it to four servers;
|
||||||
|
Loading…
Reference in New Issue
Block a user