mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Use curl instead of wget to install script
OS X don't always have wget installed.
This commit is contained in:
parent
5fd2b37e9e
commit
7a3381bd27
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue