summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora14m <[email protected]>2019-02-08 11:11:54 +0100
committera14m <[email protected]>2019-02-08 11:11:54 +0100
commit84a487a513cf2933529845d7a3c4f1c503607b9e (patch)
treefdf8f37a21d9b206dc9c4d96ec5678f30dd344f9 /README.md
parentc2f7eb3dc2756c3f4a20acb0f67123701b8dd320 (diff)
Update pass otp instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index ed77821..723a80d 100644
--- a/README.md
+++ b/README.md
@@ -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
```