Skip to content

Commit 148dd64

Browse files
committed
update readme
1 parent 77a72d3 commit 148dd64

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WordPress local development with Docker
22

33
<h4>
4-
Version 0.10.2
4+
Version 0.10.1
55
- WordPress 5.9.2
66
</h4>
77

@@ -21,7 +21,7 @@ To update an existing project or start a new one, run the following commands in
2121
##### macOS, Linux & Windows PowerShell
2222

2323
```
24-
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.10.2 init
24+
docker run --rm -it -v ${PWD}:/usr/src/site ideasonpurpose/wordpress:0.10.1 init
2525
npm run bootstrap
2626
```
2727

@@ -30,7 +30,7 @@ _NOTE: If **~/.composer** doesn't exist, Docker will create it with root ownersh
3030
##### Windows Command Prompt
3131

3232
```
33-
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.10.2 init
33+
docker run --rm -it -v %cd%:/usr/src/site ideasonpurpose/wordpress:0.10.1 init
3434
npm run bootstrap
3535
```
3636

@@ -254,11 +254,7 @@ docker build . --tag ideasonpurpose/wordpress:dev
254254

255255
### Shell Scripts
256256

257-
All shell scripts in **bin** have been checked with [ShellCheck](https://www.shellcheck.net/) and formatted with [shfmt](https://github.com/mvdan/sh) via Docker:
258-
259-
```sh
260-
docker run --user "$UID" --rm -it -v "$PWD":/scripts peterdavehello/shfmt:latest shfmt -i 2 -w /scripts/bin/<FILE>.sh
261-
```
257+
All shell scripts in **bin** have been checked with [ShellCheck](https://www.shellcheck.net/) and formatted with [shfmt](https://github.com/mvdan/sh) with command: `npm run shfmt`
262258

263259
## Docker maintenance
264260

0 commit comments

Comments
 (0)