From 436a31cea1abdc070aeea4af49add84be508aac3 Mon Sep 17 00:00:00 2001 From: Josh Byster <8664074+josh-byster@users.noreply.github.com> Date: Sat, 24 Mar 2018 03:53:47 -0500 Subject: [PATCH] Update README to clarify permissions If a user is not sure about how to change permission access, I added a line for clarification. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7439155..86436cc 100644 --- a/README.md +++ b/README.md @@ -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.