From da5997d519c84d9d7490bdb885b3cb955e965743 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 2 Feb 2016 19:32:27 +0100 Subject: [PATCH] Deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6226096..fedf5f5 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Deployment Gist uses [Magallanes](http://magephp.com/) to manage deployment. $ composer global require andres-montanez/magallanes - $ # if the envvar PATH contains "$HOME/bin/" + # if the envvar PATH contains "$HOME/bin/" $ ln -s ~/.composer/vendor/bin/mage ~/bin/mage There is an example of the configuration of an environment in `.mage/config/environment/prod.yml-dist`.