From 19ec12602d8ce2ae89afa4a4390343db201a1a43 Mon Sep 17 00:00:00 2001 From: Raz Date: Wed, 20 Jun 2018 10:49:16 +0200 Subject: Add instructions to install otp extension --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- cgit v1.2.3