From 3bfc9f28d16302de3782bf259479abd86c8cc8d9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 9 Jul 2016 23:51:02 +0000 Subject: update README.org * README.org (installing): add section. --- README.org | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'README.org') 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. -- cgit v1.2.3