Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonna committed Mar 3, 2022
1 parent 62a17ce commit dca9cd7
Showing 1 changed file with 7 additions and 30 deletions.
37 changes: 7 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,14 @@ In this tutorial we will run asciidoc in container which will generate PDF that
2. build container

> cd asciidoc-template
```
cd asciidoc-template
chmod +x scripts/journal.sh
./scripts/journal.sh
```

> chmod +x scripts/journal.sh
> ./scripts/journal.sh
3. run container

<!-- > podman run -v .:/workdir:Z localhost/${USER}/asciidoctor-journal asciidoctor-pdf journal.adoc -->
1. run container

> podman run -v .:/workdir:Z localhost/${USER}/asciidoctor-journal asciidoctor-pdf /workdir/journal.adoc
and this will generate PDF with tutorial. Now you can read and learn how all this works :)


<!--
liberation-mono
liberation-narrow
liberation-sans
liberation-serif
/usr/share/fonts/liberation-serif/
podman run -v .:/workdir:Z localhost/pducai/journal asciidoctor-pdf journal.adoc
podman run --security-opt label=disable -v .:/workdir localhost/pducai/journal ls /workdir
> chcon -R system_u:object_r:container_file_t:s0 /tmp/pavucontrol-container/
> chcon -Rt svirt_sandbox_file_t /var/data -->
and this will generate PDF with tutorial. Now you can read and learn how all this works :)

0 comments on commit dca9cd7

Please sign in to comment.