diff options
| author | a14m <[email protected]> | 2020-05-02 07:10:55 -0500 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-05-02 07:10:55 -0500 |
| commit | 5391ec4d558bdf05a79f472a5fa61e0a1a9f8e00 (patch) | |
| tree | d135c6f47e64c98a477293b250e6359529c2dbde | |
| parent | 0cbce9923baf5d477393ec2873e4dd8c9d4b3dc2 (diff) | |
Update the install instructions
| -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 |
