diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2016-09-28 11:10:15 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2016-09-28 11:21:51 -0400 |
commit | b59c8883c85124d5ecdb55f551e6bf271239973d (patch) | |
tree | defe145ba92dc6f00583a28e8f3f7779b2371342 | |
parent | 3d075c0cdc27f4a40122e6b435130adae40ea23b (diff) |
README: Add back instructions to install git-phab
Reviewed-by: Thibault Saunier <tsaunier@gnome.org>
Differential Revision: https://phabricator.freedesktop.org/D1339
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,8 +1,11 @@ INSTALL ======= +Install dependencies and copy or symlink executables into your $PATH + ``` $ pip3 install -r requirements.txt + $ ln -s $PWD/git-phab ~/.local/bin/ ``` Optionaly generate and copy or symlink manpage into your $MANPATH |