From 0133b064bca18dc4b43ec9b4c503678ccd1003d4 Mon Sep 17 00:00:00 2001 From: Oleg Kislitsyn Date: Mon, 2 Feb 2015 23:34:41 +0300 Subject: [PATCH] docs(README.md): add information about chmod +x --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ec121f..66d9de1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ 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 +chmod +x ~/bin/git-open ``` ## Thx