diff options
author | Teddy Wing | 2022-08-20 18:23:59 +0200 |
---|---|---|
committer | Teddy Wing | 2022-08-20 18:23:59 +0200 |
commit | 3f18a2c390b6023fd39cd8fda74ab480e88a209c (patch) | |
tree | 310d8a078b4f1b54f2bf63a1f4e20861d9ec4d50 | |
parent | a72654928220288a0717ce18b91c8a061dc351ee (diff) | |
download | Passextract-3f18a2c390b6023fd39cd8fda74ab480e88a209c.tar.bz2 |
README: Use `teddywing/formulae` Homebrew tap
Stop recommending the project's repo as a Homebrew tap.
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ In the interactive UI, the following commands are available: ## Install 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 + $ brew install teddywing/formulae/passextract To compile from source or install on other platforms, you'll need the [Rust][4] compiler. |