Skip to content

Commit 3965b08

Browse files
committed
Change default to Windows
1 parent 2bf5708 commit 3965b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ It is the **documentation hub** built and maintained with [Antora](https://antor
88

99
Can be executed with
1010
```bash
11-
docker run --rm -v ${PWD}:/antora antora/antora antora-playbook.yml
11+
docker run --rm -v %cd%:/antora antora/antora antora-playbook.yml
1212
```
13-
NOTE: For Windows you should replace `${PWD}` with `%cd%`
13+
NOTE: For Linux you should replace `%cd%` with `${PWD}`
1414

1515
## License
1616

0 commit comments

Comments
 (0)