summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```