Skip to content

Commit

Permalink
Updating README files using 'make README command'
Browse files Browse the repository at this point in the history
Signed-off-by: asciidoctor-updateclibot[bot] <asciidoctor-updateclibot[bot]@users.noreply.github.com>
  • Loading branch information
asciidoctor-updateclibot[bot] committed Sep 10, 2023
1 parent b2884ad commit 3d19ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Docker image provides:

- [Asciidoctor](https://asciidoctor.org/) 2.0.20

- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.11 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)
- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.12 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.9

Expand Down Expand Up @@ -48,7 +48,7 @@ This image uses the Go-based [erd-go](https://github.com/kaishuu0123/erd-go/) in

Just run:

docker run -it -v <your directory>:/documents/ asciidoctor/docker-asciidoctor
docker run -it -u $(id -u):$(id -g) -v <your directory>:/documents/ asciidoctor/docker-asciidoctor

or the following for [Podman](https://podman.io/):

Expand Down Expand Up @@ -99,7 +99,7 @@ You can find several examples below.

- To convert files in batch:

docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf index.adoc
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf index.adoc

or:

Expand Down

0 comments on commit 3d19ad8

Please sign in to comment.