Update README to clarify permissions

If a user is not sure about how to change permission access, I added a line for clarification.
This commit is contained in:
Josh Byster 2018-03-24 03:53:47 -05:00 committed by GitHub
parent 7a41403687
commit 436a31cea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ $ git recall -f
You can install it by simply copying the `git-recall` script into any existing path
(e.g. `/usr/local/bin`) or create your own directory and add it to the `PATH` variable.
Make sure to run `chmod +x /usr/local/bin/git-recall` or the directory in which you copied it to.
##### Using NPM
Use `npm` to install the project.