diff --git a/README.md b/README.md index 424fec5..b308f86 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Copy git-credential-pass.py into a location into a directory included in $PATH e # Usage You can set git's credential helper on a per repo basis repository using: ```shell -git config credential.helper git-credential-pass.py +git config credential.helper /usr/local/bin/git-credential-pass.py ``` Or globally using: ```shell -git config --global credential.helper git-credential-pass.py +git config --global credential.helper /usr/local/bin/git-credential-pass.py ``` # Notes: