diff options
author | Loic Pefferkorn <loic-github@loicp.eu> | 2018-12-22 08:15:24 +0000 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-12-22 11:55:09 -0800 |
commit | e2864b14c8a8db2bfc089023d3e7e1b240c56986 (patch) | |
tree | 62a630c70b59cdfe0581553d27419c40f9644572 | |
parent | 1e9d10ca75ae1a8672a7f192809713463657778e (diff) | |
download | pass-otp-e2864b14c8a8db2bfc089023d3e7e1b240c56986.tar.gz pass-otp-e2864b14c8a8db2bfc089023d3e7e1b240c56986.zip |
Update install instructions for macOS/Brew
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -152,10 +152,7 @@ environment via `nix-shell`. ### macOS #### Brew ``` -brew install oath-toolkit bash-completion -git clone https://github.com/tadfisher/pass-otp -cd pass-otp -make install PREFIX=$(brew --prefix) BASHCOMPDIR=$(brew --prefix)/etc/bash_completion.d +brew install pass-otp ``` #### Macports.org |