From 61d0833567a84e4f7c8c165985a550a1cc17daa8 Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Thu, 19 May 2022 14:12:10 +0200 Subject: [PATCH] Updated Quick start (markdown) --- Quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-start.md b/Quick-start.md index 493a928..712ca8d 100644 --- a/Quick-start.md +++ b/Quick-start.md @@ -34,7 +34,7 @@ The archive contains a self extracting installer *sdrangel-<vesion>-win64.

Archive for Linux Ubuntu 20.04

-The binary is built at CI/CD premises on a Linux Ubuntu 20.04 VM using gcc and thus applies in this context. This does not apply to any other Linux distribution including other releases of Ubuntu. +The binary is built in a Ubuntu 20.04 based Docker image using gcc and thus applies in this context. This does not apply to any other Linux distribution including other releases of Ubuntu. The archive is a tar gzipped archive *sdrangel-<run>-master.tar.gz* of a *sdrangel-<run>-master* directory where the following files can be found: - *sdrangel_<version>-amd64.deb* is a Debian package that can be installed with *sudo apt-get install sdrangel_<version>-amd64.deb* command. Occasionnally after this command you may have to force the installation of dependencies with the *sudo apt-get -f install* command.