diff options
author | Wolfgang Müller | 2021-07-17 16:10:10 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-17 16:10:10 +0200 |
commit | 1ae2a0d3dae621b788c83c35816b560c31188a61 (patch) | |
tree | 8b698ab3027efcbf207022dbc54cffedee0ac111 | |
parent | 642ac66085e54e3184f77e18d3312acf821a4b34 (diff) | |
download | git-helpers-1ae2a0d3dae621b788c83c35816b560c31188a61.tar.gz |
README: Add install instructions
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`. |