diff options
author | joaoschaab <joao.schaab@gmail.com> | 2015-09-02 16:22:36 -0300 |
---|---|---|
committer | joaoschaab <joao.schaab@gmail.com> | 2015-09-02 16:22:36 -0300 |
commit | 7696a556e593bb8d2e8675298cef5499d0b66f61 (patch) | |
tree | 7dc7c4e165301b09e7860759dbe24a1ba55bc7ab /README.md | |
parent | fd2c201c69ebfd077d6f7be5d09bcdbb147acc59 (diff) | |
download | git-sonar-7696a556e593bb8d2e8675298cef5499d0b66f61.tar.gz git-sonar-7696a556e593bb8d2e8675298cef5499d0b66f61.zip |
Add manually installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,12 +10,19 @@ last few years. Maybe it can help you too. ## Installation -Install from brew: +### Install from brew: ``` > brew install michaeldfallen/formula/git-radar ``` +### Manually: + +``` +> cd ~ && git clone https://github.com/michaeldfallen/git-radar .git-radar +> echo 'export PATH=$PATH:$HOME/.git-radar' >> ~/.bashrc +``` + Then run `git-radar` to see the docs and prove it's installed. ## Usage |