From e409c37158f54969d0abdb4e773610bdf92289b1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 3 May 2020 12:09:36 +0200 Subject: [PATCH] add remark about js8 binary location --- owrx/feature.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/owrx/feature.py b/owrx/feature.py index 9891e0a..17172a5 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -374,6 +374,10 @@ class FeatureDetector(object): def has_js8(self): """ To decode JS8, you will need to install [JS8Call](http://js8call.com/) + + Please note that the `js8` command line decoder is not made available on $PATH by some JS8Call package builds. + You will need to manually make it available by either linking it to `/usr/bin` or by adding its location to + $PATH. """ return self.command_is_runnable("js8")