summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-09-04 12:32:39 +0100
committerMichael Allen <michael@michaelallen.io>2015-09-04 12:32:39 +0100
commit4487e954438f4fc216c301ad5fb9c1a1b5c690dd (patch)
tree3d45a2c5d272e44d747b2cef6571c1ce828f27dc /README.md
parent76a8a00ac85b4aa3bfe04390aa08708a92367873 (diff)
parent7696a556e593bb8d2e8675298cef5499d0b66f61 (diff)
downloadgit-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.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60dbad0..8ca65f9 100644
--- a/README.md
+++ b/README.md
@@ -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