update install instructions

This commit is contained in:
Paul Irish 2015-01-24 13:42:58 -08:00 committed by Johan Hermansson
parent e1b2097afb
commit ff5d88ecd3

View file

@ -17,6 +17,9 @@ A command-line script to open the GitHub page for a repository.
## Installation
Put this in `~/bin` and make sure that's in your PATH.
Put the bash script in `~/bin/` and make sure that folder's in your PATH.
```sh
wget -O ~/bin/git-open https://raw.githubusercontent.com/paulirish/git-open/master/git-open
```