From abb36bbaee7c4fc1e4b0ff6fd011bd4a3e9e1a78 Mon Sep 17 00:00:00 2001 From: Alejandro Mostajo Date: Thu, 25 Jun 2015 15:47:09 -0600 Subject: [PATCH] Readme update. Sets text for release version 0.2.5 --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 713ff82..ec478e2 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ Current version includes: Under development: - Events -- Guest user cart On the horizon: +- Guest user cart - Shipping orders - Coupons - Product and variations solution @@ -81,10 +81,16 @@ On the horizon: ## Installation -In order to install Laravel Shop, you can run +With composer + +```bash +composer require amsgames/laravel-shop +``` + +Or add ```json -"amsgames/laravel-shop": "v0.2.0" +"amsgames/laravel-shop": "v0.2.5" ``` to your composer.json. Then run `composer install` or `composer update`.