aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2020-05-01 23:00:45 +0200
committerpacien2020-05-02 02:04:02 +0200
commit0c355f42dbe71d755fb898b146bac41dd5bdefd8 (patch)
tree1f71553226d12ca00c97b736f6352d417669c4c6 /readme.md
parent9cdc7712ffd9a3508f69ecb4fb2ca48c1aafa693 (diff)
downloadldgallery-0c355f42dbe71d755fb898b146bac41dd5bdefd8.tar.gz
doc: add quickstart guide
GitHub: closes #206
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index dc370a2..2b648ae 100644
--- a/readme.md
+++ b/readme.md
@@ -17,6 +17,7 @@ Build
17The man pages can be generated using [Pandoc]: 17The man pages can be generated using [Pandoc]:
18 18
19``` 19```
20pandoc --standalone --to man ldgallery-quickstart.7.md --output ldgallery-quickstart.7
20pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 21pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1
21pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 22pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7
22``` 23```