aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2021-07-17 16:10:10 +0200
committerWolfgang Müller2021-07-17 16:10:10 +0200
commit1ae2a0d3dae621b788c83c35816b560c31188a61 (patch)
tree8b698ab3027efcbf207022dbc54cffedee0ac111
parent642ac66085e54e3184f77e18d3312acf821a4b34 (diff)
downloadgit-helpers-1ae2a0d3dae621b788c83c35816b560c31188a61.tar.gz
README: Add install instructions
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9df88f2..3628461 100644
--- a/README.md
+++ b/README.md
@@ -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`.