summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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