diff options
| author | Raz <[email protected]> | 2018-06-20 10:49:16 +0200 |
|---|---|---|
| committer | Raz <[email protected]> | 2018-06-20 10:49:16 +0200 |
| commit | 19ec12602d8ce2ae89afa4a4390343db201a1a43 (patch) | |
| tree | f40824cac920fd4ed97e195f6e68fdf71ec23304 /README.md | |
| parent | ccc84cf6424cbc5311e98d695a88b997971e0b9f (diff) | |
Add instructions to install otp extension
Diffstat (limited to 'README.md')
| -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 |
