diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-10-28 10:37:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-28 10:37:10 -0700 |
commit | f2feb3082324a91089782af9b7fbb71d34aa213d (patch) | |
tree | e14e183092e2ff6bd19cb4170f391fc19de7df3d | |
parent | 6ff06cc7f17e0ea1af88e6d295c9bfa35933adfd (diff) | |
download | pass-otp-f2feb3082324a91089782af9b7fbb71d34aa213d.tar.gz pass-otp-f2feb3082324a91089782af9b7fbb71d34aa213d.zip |
Update Arch Linux install instructions
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -113,8 +113,11 @@ sudo make install ### Arch Linux -`pass-otp` is available in the -[Arch User Repository](https://aur.archlinux.org/packages/pass-otp/). +`pass-otp` is available in the `[community]` repository: + +``` +pacman -Sy pass-otp +``` ### macOS |