Skip to content

Commit 5a2a954

Browse files
authored
Update README.md
added some additional shortcut lines to the instructions
1 parent 4c4c1c9 commit 5a2a954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ For those looking to get started in `60 sec` using just the defaults (which are
4747
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...
4848

4949
```bash
50+
cd myapp
5051
curl -Lo cakephp-docker.zip https://github.com/cwbit/cakephp-docker/archive/master.zip && \
5152
unzip cakephp-docker.zip && \
5253
mv cakephp-docker-master docker && \
5354
cp docker/.env.sample docker/.env
55+
rm cakephp-docker.zip
5456
```
5557
3. From commandline, `cd` into the `docker` directory and run `docker-compose up`
5658

0 commit comments

Comments
 (0)