We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf5708 commit 3965b08Copy full SHA for 3965b08
README.md
@@ -8,9 +8,9 @@ It is the **documentation hub** built and maintained with [Antora](https://antor
8
9
Can be executed with
10
```bash
11
-docker run --rm -v ${PWD}:/antora antora/antora antora-playbook.yml
+docker run --rm -v %cd%:/antora antora/antora antora-playbook.yml
12
```
13
-NOTE: For Windows you should replace `${PWD}` with `%cd%`
+NOTE: For Linux you should replace `%cd%` with `${PWD}`
14
15
## License
16
0 commit comments