From 5bb102be0c1db8dd3a2e159bd5f8bd18db6f19ca Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 20 Jul 2022 19:56:26 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41bd728..07d2e44 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ R6800, R8000, R8000P, R8500, WNDR3800, WNDR4300, WNDR4500v3 WNR3500, but is like many other Netgear devices as well. Prebuilt binaries for Linux, macOS and Windows are available [here](https://github.com/jclehner/nmrpflash/releases) -([Npcap](https://nmap.org/npcap/#download) is required on Windows). FreeBSD packages can be fetched and installed using the -FreeBSD `pkg` command. +([Npcap](https://nmap.org/npcap/#download) is required on Windows). On Linux and macOS, you can also use +[Homebrew](https://formulae.brew.sh/formula/nmrpflash). FreeBSD packages can be fetched and installed using the FreeBSD `pkg` command. ``` Usage: nmrpflash [OPTIONS...] @@ -112,6 +112,9 @@ developer". Click the `Allow anyway` button next to it, and run `nmrpflash` agai If that doesn't work, try [this](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). +Please note that [Homebrew](https://formulae.brew.sh/formula/nmrpflash) is the preferred method of +installing `nmrpflash` on macOS. + ###### "No suitable network interfaces found." Make sure the network interface is up (wireless interfaces are not supported). @@ -231,6 +234,12 @@ Then, it's as easy as $ make && sudo make install ``` +On Linux and macOS, you can use [Homebrew](https://brew.sh) to install `nmrpflash`: + +``` +$ brew install nmrpflash +``` + On FreeBSD (assuming the ports infrastructure is installed and you have root permissions): ``` From b967165a8376cc60661429fa4db7c9bbe5b25f3c Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 20 Jul 2022 20:10:13 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 07d2e44..035431b 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ Version 0.9.13 was the last version to support Windows XP. Go to ` -> System Preferences -> Security & Privacy`. Under the `General` tab, there should be a message like "nmrpflash was blocked from use because it is not from an identified developer". Click the `Allow anyway` button next to it, and run `nmrpflash` again. - If that doesn't work, try [this](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). Please note that [Homebrew](https://formulae.brew.sh/formula/nmrpflash) is the preferred method of