update helper file path in readme

This commit is contained in:
muxueqz 2020-04-20 19:49:24 +08:00
parent dac69aa386
commit 802c7b2c19

View file

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