Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "git-open", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Type `git open` to open the GitHub page or website for a repository.", | ||
@@ -22,2 +22,2 @@ "repository": { | ||
"homepage": "https://github.com/paulirish/git-open" | ||
} | ||
} |
@@ -23,7 +23,5 @@ # git-open | ||
Put the bash script in `~/bin/` and make sure that folder's in your PATH. | ||
```sh | ||
curl -o ~/bin/git-open https://raw.githubusercontent.com/paulirish/git-open/master/git-open | ||
chmod +x ~/bin/git-open | ||
npm install --global git-open | ||
``` | ||
@@ -30,0 +28,0 @@ |
3695
47