diff options
author | Teddy Wing | 2018-03-03 23:31:26 +0100 |
---|---|---|
committer | Teddy Wing | 2018-03-03 23:31:26 +0100 |
commit | 9f606b4eee0d30d35fe64e009d4e5c7ad0783a84 (patch) | |
tree | 69ecf404b7503ff02acc7f36b464dbafca0ac752 | |
parent | 53d761b063d8bef6820d3d9fd048287e998b3f7e (diff) | |
download | Passextract-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.
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |