diff options
| author | a14m <[email protected]> | 2019-02-08 11:11:54 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2019-02-08 11:11:54 +0100 |
| commit | 84a487a513cf2933529845d7a3c4f1c503607b9e (patch) | |
| tree | fdf8f37a21d9b206dc9c4d96ec5678f30dd344f9 | |
| parent | c2f7eb3dc2756c3f4a20acb0f67123701b8dd320 (diff) | |
Update pass otp instructions
| -rw-r--r-- | README.md | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -1,6 +1,9 @@ # Installation: ```bash +brew install pass +brew install pass-otp + git clone https://gitlab.com/a14m/dotpassword.git ~/.password-store username: a14m @@ -11,21 +14,10 @@ git remote add origin [email protected]:a14m/dotpassword.git ``` password created at [gitlab](https://gitlab.com/profile/personal_access_tokens) with `read_repository` permissions -## OTP extension - -### Installation - -```bash -brew install oath-toolkit -git clone https://github.com/tadfisher/pass-otp ~/pass-otp -cd ~/pass-otp -make install PREFIX=/usr/local -sudo rm -r ~/pass-otp -``` - ### Usage ```bash +pass Personal/reddit pass otp Personal/reddit ``` |
