From 2a4921dc7aed3d94498d3dab5cdf85c847acb7ab Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Tue, 24 Jul 2018 10:47:32 +0200 Subject: [PATCH] Mention documentation in README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 225072b..93d78e0 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,16 @@ To get the documentation, you need to generate it: and then copy `git-latexdiff.1` in your man-path (run `git --man-path` to get the location). + +Documentation +------------- + +The documentation is available through these commands: + + git-latexdiff -h + git-latexdiff --help-examples + +If you installed the manpage properly, you can get the same +documentation with: + + man git-latexdiff