Merge pull request #16 from rcmachado/patch-1

Use curl instead of wget to install script
This commit is contained in:
Paul Irish 2015-02-05 11:40:27 +03:00
commit 26396b38bb

View file

@ -23,7 +23,7 @@ A command-line script to open the GitHub page, or website for a repository.
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
curl -o ~/bin/git-open https://raw.githubusercontent.com/paulirish/git-open/master/git-open
chmod +x ~/bin/git-open
```