aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2018-03-03 23:31:26 +0100
committerTeddy Wing2018-03-03 23:31:26 +0100
commit9f606b4eee0d30d35fe64e009d4e5c7ad0783a84 (patch)
tree69ecf404b7503ff02acc7f36b464dbafca0ac752 /README.md
parent53d761b063d8bef6820d3d9fd048287e998b3f7e (diff)
downloadPassextract-9f606b4eee0d30d35fe64e009d4e5c7ad0783a84.tar.bz2
README: Update installation instructions for Homebrew
Recommend that Mac OS X users install the program using Homebrew with the formula included in the repo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 08ccb01..2628911 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,10 @@ In the interactive UI, the following commands are available:
## Install
-A binary built for Mac OS X is available on the [releases][3] page. Download the
-binary and put it in your `PATH`, then source the `passextract.bash-completion`
-file.
+On Mac OS X, Passextract can be installed from Homebrew:
+
+ $ brew tap teddywing/passextract https://github.com/teddywing/Passextract.git
+ $ brew install teddywing/passextract/passextract
To compile from source or install on other platforms, you'll need the [Rust][4]
compiler.