From 3014f8855ef76a416c6d09ec110e5268578cebfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Wed, 18 Dec 2013 02:15:59 -0800 Subject: [PATCH] Update composer instructions. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41cc450..23ff962 100644 --- a/README.md +++ b/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? ###