mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 13:20:17 +02:00
Add system-wide installation to the readme.
With this command, you can install mage system-wide, so you only need one install for all your projects.
This commit is contained in:
parent
ec29aa37b8
commit
108d51e9f5
@ -32,6 +32,15 @@ And finally we can use Magallanes from the vendor's bin:
|
||||
$ 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? ###
|
||||
**Sure!**
|
||||
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