diff options
author | pacien | 2020-05-01 23:00:45 +0200 |
---|---|---|
committer | pacien | 2020-05-02 02:04:02 +0200 |
commit | 0c355f42dbe71d755fb898b146bac41dd5bdefd8 (patch) | |
tree | 1f71553226d12ca00c97b736f6352d417669c4c6 /readme.md | |
parent | 9cdc7712ffd9a3508f69ecb4fb2ca48c1aafa693 (diff) | |
download | ldgallery-0c355f42dbe71d755fb898b146bac41dd5bdefd8.tar.gz |
doc: add quickstart guide
GitHub: closes #206
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Build | |||
17 | The man pages can be generated using [Pandoc]: | 17 | The man pages can be generated using [Pandoc]: |
18 | 18 | ||
19 | ``` | 19 | ``` |
20 | pandoc --standalone --to man ldgallery-quickstart.7.md --output ldgallery-quickstart.7 | ||
20 | pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 | 21 | pandoc --standalone --to man compiler/ldgallery.1.md --output ldgallery.1 |
21 | pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 | 22 | pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-viewer.7 |
22 | ``` | 23 | ``` |