From 367ae694d92dde13dc2c0003d110a7dfb73be814 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 16 Apr 2020 21:25:30 +0200 Subject: [PATCH] clarify homebrew instructions --- .../Mac-OS-X-Homebrew-Installation-Instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md index 367452454..6e21f852b 100644 --- a/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md @@ -13,7 +13,8 @@ For further questions about Mac & Homebrew, contact @Chrisfu (https://github.c - (Optional) `export HOMEBREW_PROXMARK3_PLATFORM=xxxxxx` to specify [platform](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md#platform), default value is `PM3RDV4` if none - `brew install proxmark3` for stable release - `brew install --HEAD proxmark3` for latest non-stable from GitHub (use this if previous command fails) - - `brew install --with-blueshark proxmark3` for blueshark support + - `brew install --with-blueshark proxmark3` for blueshark support, stable release + - `brew install --HEAD --with-blueshark proxmark3` for blueshark support, latest non-stable from GitHub (use this if previous command fails) For more info, go to https://github.com/RfidResearchGroup/homebrew-proxmark3