From 802c7b2c1911278a241ede9c3ff3e4f404998532 Mon Sep 17 00:00:00 2001 From: muxueqz Date: Mon, 20 Apr 2020 19:49:24 +0800 Subject: [PATCH] update helper file path in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: