diff --git a/README.md b/README.md index 5044687..836b48d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ First, [generate the app key](#generate-the-key). ### Debug ```bash cp .env.example .env -APP_DEBUG=true sudo ./install +./dev.sh # this will do most of the work docker-compose up -d ``` @@ -20,7 +20,7 @@ docker-compose up -d ```bash cp .env.example .env echo "APP_DEBUG=false" >> .env # Or edit the file yourself -sudo ./install +./prod.sh # this will do most of the work docker-compose up -d ```