add remark about js8 binary location

This commit is contained in:
Jakob Ketterl 2020-05-03 12:09:36 +02:00
parent 2f2d52df85
commit e409c37158
1 changed files with 4 additions and 0 deletions

View File

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