From 7cb0db5b83cbc75f85ab3d6e5491852ce8b3aed9 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Jun 2014 04:24:13 -0400 Subject: [PATCH] Added local flag for easier install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92a5c483e..3f4a157996 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Now, you need to create yourself a user and finish the installation. Use the following command to create your default user, user groups and run all the necessary migrations automatically. - php artisan app:install + php artisan app:install --env=local -----