From d2fd22982565164b61aa04c63b0db8ab45a27d03 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Thu, 7 Mar 2024 22:07:30 -0500 Subject: [PATCH] Changing SatDump instructions. --- owrx/feature.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 5632ffc7..1b25c440 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -719,6 +719,7 @@ class FeatureDetector(object): """ OpenWebRX uses [SatDump](https://github.com/SatDump/SatDump) software suite to receive weather satellite transmissions. The `satdump` - package is available in some Linux distributions. + packages are available from its + [homepage](https://github.com/SatDump/SatDump). """ return self.command_is_runnable("satdump --help")