summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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