Fixed NMUX instructions.

This commit is contained in:
Marat Fayzullin 2024-03-02 16:02:16 -05:00
parent 80fa8e9a27
commit 639df0a783
1 changed files with 2 additions and 3 deletions

View File

@ -215,9 +215,8 @@ class FeatureDetector(object):
"""
Nmux is a tool provided by the
[CSDR](https://github.com/jketterl/csdr) project and used for
the internal multiplexing of IQ data streams. The `python3-csdr`
package, found in the OpenWebRX repositories, should be all you
need.
the internal multiplexing of IQ data streams. You can install
the `nmux` package from the OpenWebRX repositories.
"""
return self.command_is_runnable("nmux --help")