summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-09 23:51:02 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-09 23:51:02 +0000
commit3bfc9f28d16302de3782bf259479abd86c8cc8d9 (patch)
tree9802212ff936ce4d63589a963f06ef56045e42fb
parent6d646c569d82aaae680d3e00318770db1b9d3541 (diff)
update README.org
* README.org (installing): add section.
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
index 5ec653c..63148a9 100644
--- a/README.org
+++ b/README.org
@@ -46,8 +46,36 @@ function:
- for repo ~frb~, git difm will only stage and commit all types of
files.
+** installing
+
+*** the script
+
+#+BEGIN_SRC bash
+make git-difme
+#+END_SRC
+
+that will install the =git-difme= script at =~/.bin/git-difme=.
+
+add =~/.bin/= to =PATH=.
+
+On bash, add this:
+
+#+BEGIN_SRC bash
+PATH=~/.bin:$PATH
+export PATH
#+END_SRC
+to =.bashrc=:
+
+On zsh, add this:
+
+#+BEGIN_SRC zsh
+typeset -U path
+path=(~/.bin $path)
+#+END_SRC
+
+to =.zshenv=.
+
** license
gnu general public license version 3 or higher.