Skip to content

Commit 59472cc

Browse files
committed
Fix docker compose instructions.
1 parent f422bea commit 59472cc

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
@@ -10,9 +10,9 @@ With Docker Compose:
1010
$ git clone [email protected]:foliant-docs/foliant.git
1111
$ cd foliant/docs
1212
# Site:
13-
$ docker-compose run --rm site
13+
$ docker compose run --rm site
1414
# PDF:
15-
$ docker-compose run --rm pdf
15+
$ docker compose run --rm pdf
1616
```
1717

1818
With pip and stuff (requires Python 3.6+, Pandoc, and TeXLive):

0 commit comments

Comments
 (0)