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")