From 9417d5062536b6feb3b16e36a60bf96ea0e4e6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Fri, 25 Dec 2020 16:23:05 +0100 Subject: [PATCH] Update README.md A FreeBSD port has been committed as sysutils/nmrpflash and binary packages will appear on all FreeBSD package mirrors, soon. Installation on FreeBSD will then be possible with "pkg install nmrpflash". Building on FreeBSD did not require any special options or dependencies (except for GNU make to process the Makefile). --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6d3e8ee..d4b1c56 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ R8500, WNDR3800, but is likely to be compatible with many other Netgear devices. Prebuilt binaries for Linux, ~OS X~ macOS and Windows are available [here](https://github.com/jclehner/nmrpflash/releases) ([Npcap](https://nmap.org/npcap/) is required on Windows). +FreeBSD packages can be fetched and installed using the FreeBSD pkg command. ``` Usage: nmrpflash [OPTIONS...] @@ -220,6 +221,19 @@ Then, it's as easy as $ make && sudo make install ``` +On FreeBSD (assuming the ports infrastructure is installed and you have root permissions): + +``` +$ cd /usr/ports/sysutils/nmrpflash +$ make install +``` + +Or install the FreeBSD binary package with: + +``` +$ package install nmrpflash +``` + ###### Windows The repository includes a