Skip to content

Commit 9bc217f

Browse files
authored
Update README.md
1 parent f124f50 commit 9bc217f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Best for testing your PHP web application on a variety of environments.
1616

1717
The following will build the latest versions of PHP7, Apache, and MySQL. Once up, you may access your web application at localhost:8080
1818

19-
- `git clone https://github.com/easterncoder/php-app-docker.git`
20-
- `cd php-app-docker`
19+
- `wget https://github.com/easterncoder/php-app-docker/archive/master.zip`
20+
- `unzip master.zip`
21+
- `cd php-app-docker-master`
2122
- `export UID; docker-compose up --build`
2223

2324
## File Paths

0 commit comments

Comments
 (0)