summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaz <[email protected]>2018-06-20 10:49:16 +0200
committerRaz <[email protected]>2018-06-20 10:49:16 +0200
commit19ec12602d8ce2ae89afa4a4390343db201a1a43 (patch)
treef40824cac920fd4ed97e195f6e68fdf71ec23304
parentccc84cf6424cbc5311e98d695a88b997971e0b9f (diff)
Add instructions to install otp extension
-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