From 24e72d1b569eddd08655f6e5836cf01aed1825ae Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Tue, 17 Feb 2015 16:35:31 -0800 Subject: [PATCH] Update README.md --- docker/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index 23591b5450..3fa9c0a2b3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -46,15 +46,15 @@ docker exec -i -t snipeit php artisan key:generate --env=production to get the production application key set correctly; I'm not yet sure why this is (I think it's a bug?) -~~# If you want to seed # +# ~~If you want to seed~~ -You can load out some initial data into the DB if you like by doing this: +~~You can load out some initial data into the DB if you like by doing this:~~ ```sh -docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed +~~docker -p $(boot2docker ip):8000:80 --link mysql:mysql php artisan db:seed~~ ``` -This already happens~~ +~~This already happens~~ ### For Development ###