Skip to content

Commit

Permalink
docs(README): add missing newline escape \ in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwalterfit committed Apr 1, 2024
1 parent 77c5398 commit 86ebf63
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 @@ -133,8 +133,8 @@ docker buildx build \
--build-arg REVISION=$(git log -n 1 --format=%H) \
--build-arg TEXLIVE=texlive-scheme-<scheme> \
--build-arg VERSION=<project-version> \
-t <user/org>/latexworks:<scheme>-<fedora-version>-<project-version>
[-t ...] # Additional tags may be provided
-t <user/org>/latexworks:<scheme>-<fedora-version>-<project-version> \
[-t ... ] \ # Additional tags may be provided
. # Context: CWD
```

Expand Down

0 comments on commit 86ebf63

Please sign in to comment.