diff options
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |
