Skip to content

Commit

Permalink
bump readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 16, 2024
1 parent 94f6946 commit 173dbaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To update an existing project or start a new one, run the following commands in
##### macOS, Linux & Windows PowerShell

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

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

```
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:1.4.0 init
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:6.4.2 init
```

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

0 comments on commit 173dbaf

Please sign in to comment.