From d64de29b0d9b35e84b29a0b23a0e90e77783776b Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 29 Oct 2017 21:28:57 -0300 Subject: [PATCH] Updating README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2ca012..8e1eed4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,12 @@ Download the script (*.sh) that matches with your ZUMspot/MMDVM_HS board: - install_fw_usb.sh: only for ZUMspot USB dongle - install_fw_duplex.sh: only for MMDVM_HS with dual ADF7021 -make the script executable (for example for ZUMspot RPi): +For example, download the ZUMspot RPi upgrade script: + + cd ~ + curl -OL https://raw.github.com/juribeparada/MMDVM_HS/master/scripts/install_fw_rpi.sh + +make the script executable: chmod +x install_fw_rpi.sh