From 108d51e9f5360e2d1328e1696016e6e6e1915b06 Mon Sep 17 00:00:00 2001 From: Wouter Sioen Date: Wed, 16 Jul 2014 15:02:56 +0200 Subject: [PATCH] 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. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ea1eb0f..1af8a30 100644 --- a/README.md +++ b/README.md @@ -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;