Skip to content

Commit

Permalink
Fix docker compose instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo committed Mar 8, 2024
1 parent f422bea commit 59472cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ With Docker Compose:
$ git clone [email protected]:foliant-docs/foliant.git
$ cd foliant/docs
# Site:
$ docker-compose run --rm site
$ docker compose run --rm site
# PDF:
$ docker-compose run --rm pdf
$ docker compose run --rm pdf
```

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

0 comments on commit 59472cc

Please sign in to comment.