aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorOzoneGrif2020-02-02 05:44:42 +0100
committerGitHub2020-02-02 05:44:42 +0100
commitce2f0262768bc3d56dd9a776a075c6ccf10a7ae3 (patch)
treeeef4a039d3105e13515af89aee5179b9eb35ae94 /readme.md
parent95e4b72df24b0074a078cebdccc478f42537eff7 (diff)
parent0b60fc3945987e547b767ece129cbf4df48d281e (diff)
downloadldgallery-ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3.tar.gz
Merge pull request #72 from pacien/fix-implicit-output-exclusion
Fix implicit output exclusion
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e7a3902..2ceb248 100644
--- a/readme.md
+++ b/readme.md
@@ -17,7 +17,7 @@ Build
17The man page can be generated using [Pandoc]: 17The man page can be generated using [Pandoc]:
18 18
19``` 19```
20pandoc --standalone --to man ldgallery.1.md --output=ldgallery.1 20pandoc --standalone --to man ldgallery.1.md --output ldgallery.1
21``` 21```
22 22
23[Pandoc]: https://pandoc.org/ 23[Pandoc]: https://pandoc.org/