aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2020-02-24 19:56:34 +0100
committerpacien2020-02-24 19:56:34 +0100
commitece9a34ee7c7a29079f44a7da811a2b23da301c8 (patch)
tree6336d73de46f2e49aefddc0c441a093568ea5c70 /readme.md
parent2a458e25c0510798120dddbd85cef5ee440c2a2a (diff)
downloadldgallery-ece9a34ee7c7a29079f44a7da811a2b23da301c8.tar.gz
readme: update doc generation commands
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 0248d83..ff51ef4 100644
--- a/readme.md
+++ b/readme.md
@@ -14,10 +14,11 @@ Build
14* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`. 14* Compile the _ldgallery compiler_ as detailed in `./compiler/readme.md`.
15 15
16 16
17The man page can be generated using [Pandoc]: 17The man pages can be generated using [Pandoc]:
18 18
19``` 19```
20pandoc --standalone --to man ldgallery.1.md --output ldgallery.1 20pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1
21pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7
21``` 22```
22 23
23[Pandoc]: https://pandoc.org/ 24[Pandoc]: https://pandoc.org/