From fc1334ff142d6a27ff4f618aae504ee74da16d87 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 1 Nov 2022 23:21:18 +0100 Subject: [PATCH] Updated readme --- Release/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Release/README.md b/Release/README.md index 3c57b6a..bb773ca 100644 --- a/Release/README.md +++ b/Release/README.md @@ -1,2 +1,10 @@ # Precompiled Firmware -You can download and flash the firmware to supported boards using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). All firmware releases are now handled and installed directly through `rnodeconf`. +You can download and flash the firmware to supported boards using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). All firmware releases are now handled and installed directly through `rnodeconf`, which is inclueded in the `rns` package. It can be installed via `pip`: + +``` +# Install rnodeconf via rns package +pip install rns --upgrade + +# Install the firmware on a board with the install guide +rnodeconf --autoinstall +```