From 783e1de44ddaa67078ce7571c803838ce9501da1 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sun, 10 Nov 2024 22:29:46 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a6aa4e..e3950f4 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,11 @@ This is the least demanding option as you don't have to install enything on your 5. Open `Makefile` 1. Edit build options, save `Makefile` changes -1. Run `./compile-with-docker.sh` in terminal window +1. Run in terminal window + 1. `./compile-with-docker.sh bandscope` to compile bandescope version + 2. `./compile-with-docker.sh broadcast` to compile broadcast version + 3. `./compile-with-docker.sh voxless` to compile voxless version + 4. `./compile-with-docker.sh all` to compile all versions 1. Open folder `compiled-firmware` 1. Right click `firmware.packed.bin` 1. Click `Download`, now you should have a firmware on your computer that you can proceed to flash on your radio. You can use [online flasher](https://egzumer.github.io/uvtools)