diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,3 +14,12 @@ personal use. [`cgit`](https://git.zx2c4.com/cgit/about/) using [`git-notes(1)`](https://git-scm.com/docs/git-notes). See [`git-sign-for-cgit(1)`](git-sign-for-cgit.1). + +## Installation + +To install git-helpers locally, run: + + PREFIX=~/.local make install + +This will install the scripts to `~/.local/bin` and the manuals to +`~/.local/share/man`. |