Skip to content

Commit e2f5c60

Browse files
authored
Update README.md
1 parent 658dc57 commit e2f5c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ create a bash script within the root of your project like this one:
1010
doctoolchain.sh
1111
```bash
1212
#!/usr/bin/env bash
13-
docker run --rm -it --entrypoint /bin/bash -v ${PWD}:/project rdmueller/doctoolchain:rc-1.2.0 \
13+
docker run --rm -it --entrypoint /bin/bash -v ${PWD}:/project rdmueller/doctoolchain:rc-2.0.0-rc14 \
1414
-c "doctoolchain . $1 $2 $3 $4 $5 $6 $7 $8 $9 -PinputPath=src/main/asciidoc -PmainConfigFile=config/docToolchain.groovy && exit"
1515
```
1616

0 commit comments

Comments
 (0)