diff options
author | Michael Allen <michael@michaelallen.io> | 2015-09-04 12:32:39 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-09-04 12:32:39 +0100 |
commit | 4487e954438f4fc216c301ad5fb9c1a1b5c690dd (patch) | |
tree | 3d45a2c5d272e44d747b2cef6571c1ce828f27dc /README.md | |
parent | 76a8a00ac85b4aa3bfe04390aa08708a92367873 (diff) | |
parent | 7696a556e593bb8d2e8675298cef5499d0b66f61 (diff) | |
download | git-sonar-4487e954438f4fc216c301ad5fb9c1a1b5c690dd.tar.gz git-sonar-4487e954438f4fc216c301ad5fb9c1a1b5c690dd.zip |
Merge pull request #53 from joaoschaab/update_readme0.3
Add manually installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -23,12 +23,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 |