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