Skip to content

Commit

Permalink
Merge pull request #53 from joaoschaab/update_readme
Browse files Browse the repository at this point in the history
Add manually installation instructions
  • Loading branch information
michaeldfallen committed Sep 4, 2015
2 parents 76a8a00 + 7696a55 commit 4487e95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4487e95

Please sign in to comment.