docs(README.md): add information about chmod +x

This commit is contained in:
Oleg Kislitsyn 2015-02-02 23:34:41 +03:00 committed by Johan Hermansson
parent 56a4be8c16
commit 0133b064bc

View file

@ -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