Skip to content

Commit 173dbaf

Browse files
committed
bump readme
1 parent 94f6946 commit 173dbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To update an existing project or start a new one, run the following commands in
2323
##### macOS, Linux & Windows PowerShell
2424

2525
```
26-
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:1.4.0 init
26+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:6.4.2 init
2727
```
2828

2929
Followed by:
@@ -37,7 +37,7 @@ _NOTE: If **~/.composer** doesn't exist, mounting the Docker volume will create
3737
##### Windows Command Prompt
3838

3939
```
40-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:1.4.0 init
40+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:6.4.2 init
4141
```
4242

4343
- `init` command copies all the necessary tooling files into place and sets up the default theme directory structure.

0 commit comments

Comments
 (0)