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 # Usage
You can set git's credential helper on a per repo basis repository using: You can set git's credential helper on a per repo basis repository using:
```shell ```shell
git config credential.helper git-credential-pass.py git config credential.helper /usr/local/bin/git-credential-pass.py
``` ```
Or globally using: Or globally using:
```shell ```shell
git config --global credential.helper git-credential-pass.py git config --global credential.helper /usr/local/bin/git-credential-pass.py
``` ```
# Notes: # Notes: