From 407216e7bb155c7fc1808f6addd6688e9970ce56 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Sat, 24 Jan 2015 13:42:58 -0800 Subject: [PATCH] update install instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b54d1c7..61d2f5d 100644 --- a/README.md +++ b/README.md @@ -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 +```