README: update git snippet to clone pass repo
Include config option to temporarily disable credential helper, logic being if I'm closing the pass repo I don't have the pass credential helper configured to authenticate me.
This commit is contained in:
parent
ad3e36d9da
commit
a865ec1225
|
@ -13,7 +13,7 @@
|
||||||
#+end_src
|
#+end_src
|
||||||
** Clone password-store repository
|
** Clone password-store repository
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
git clone https://git.xenia.me.uk/pixelifytica/pass $PASSWORD_STORE_DIR
|
git -c credential.helper='' clone https://git.xenia.me.uk/pixelifytica/pass $PASSWORD_STORE_DIR
|
||||||
#+end_src
|
#+end_src
|
||||||
* Email setup
|
* Email setup
|
||||||
** Proton
|
** Proton
|
||||||
|
|
Loading…
Reference in a new issue