Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added some additional shortcut lines to the instructions
  • Loading branch information
cwbit authored Nov 14, 2021
1 parent 4c4c1c9 commit 5a2a954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ For those looking to get started in `60 sec` using just the defaults (which are
And then to simultaneously download the latest master file, unpack it, stuff it into a folder named docker, and clone the `.env` file ... run this...

```bash
cd myapp
curl -Lo cakephp-docker.zip https://github.com/cwbit/cakephp-docker/archive/master.zip && \
unzip cakephp-docker.zip && \
mv cakephp-docker-master docker && \
cp docker/.env.sample docker/.env
rm cakephp-docker.zip
```
3. From commandline, `cd` into the `docker` directory and run `docker-compose up`

Expand Down

0 comments on commit 5a2a954

Please sign in to comment.