summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76ce6d6..a2fa2f6 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,25 @@ password: yQUE94npCAwwawwdmmUV
```
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 otp Personal/reddit
+```
+
+----
## Mobile Setup
TBD