summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjoaoschaab <joao.schaab@gmail.com>2015-09-02 16:22:36 -0300
committerjoaoschaab <joao.schaab@gmail.com>2015-09-02 16:22:36 -0300
commit7696a556e593bb8d2e8675298cef5499d0b66f61 (patch)
tree7dc7c4e165301b09e7860759dbe24a1ba55bc7ab /README.md
parentfd2c201c69ebfd077d6f7be5d09bcdbb147acc59 (diff)
downloadgit-sonar-7696a556e593bb8d2e8675298cef5499d0b66f61.tar.gz
git-sonar-7696a556e593bb8d2e8675298cef5499d0b66f61.zip
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 d4bd3dd..95cc4cd 100644
--- a/README.md
+++ b/README.md
@@ -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