Update README.md

This commit is contained in:
Brady Wetherington
2015-02-17 16:35:31 -08:00
parent f2922b0a44
commit 24e72d1b56
+4 -4
View File
@@ -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 ###