diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,9 +1,15 @@ # Installation: ```bash +# MacOS brew install pass brew install pass-otp +# Linux +sudo apt-get install pass +sudo apt install pass-extension-otp + +# Password Store git clone https://gitlab.com/a14m/dotpassword.git ~/.password-store username: a14m |
