We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658dc57 commit e2f5c60Copy full SHA for e2f5c60
README.md
@@ -10,7 +10,7 @@ create a bash script within the root of your project like this one:
10
doctoolchain.sh
11
```bash
12
#!/usr/bin/env bash
13
-docker run --rm -it --entrypoint /bin/bash -v ${PWD}:/project rdmueller/doctoolchain:rc-1.2.0 \
+docker run --rm -it --entrypoint /bin/bash -v ${PWD}:/project rdmueller/doctoolchain:rc-2.0.0-rc14 \
14
-c "doctoolchain . $1 $2 $3 $4 $5 $6 $7 $8 $9 -PinputPath=src/main/asciidoc -PmainConfigFile=config/docToolchain.groovy && exit"
15
```
16
0 commit comments