]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated readme
authormarkqvist <mark@unsigned.io>
Tue, 1 Nov 2022 22:21:18 +0000 (23:21 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 22:21:18 +0000 (23:21 +0100)
Release/README.md

index 3c57b6a697ee6b2ef2945d83abb7d9f61ee03ba6..bb773caee3ae0b128c2ee0b176b5bba5aee999ee 100644 (file)
@@ -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
+```