From 923be4180e737ea0fd9a37f59699a7481b6cbc1e Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 22 Sep 2021 12:15:54 -0400 Subject: [PATCH] Add suggestions for how to help with packaging to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16bb61e..d97029e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ and support for the following SDR devices and device libraries: [4]: https://limemicro.com/products/boards/ [5]: https://www.rtl-sdr.com/buy-rtl-sdr-dvb-t-dongles/ -The complete list of packages can be found [here](https://github.com/ryanvolz/radioconda/blob/master/radioconda.yaml). +The complete list of packages can be found [here](https://github.com/ryanvolz/radioconda/blob/master/radioconda.yaml). You can [**suggest additional software to include**](https://github.com/ryanvolz/radioconda/issues) by filing an [issue](https://github.com/ryanvolz/radioconda/issues). If you've built additional software from source on top of radioconda, [**document your results**](https://github.com/ryanvolz/radioconda/issues) in an [issue](https://github.com/ryanvolz/radioconda/issues) to help others (and help me in packaging it!). Once installed, you will have a fully functional conda distribution/environment, meaning that you can use the `conda` or `mamba` commands to install additional packages (if available through [conda-forge](https://conda-forge.org/feedstock-outputs)) or upgrade to the latest versions. Think of radioconda as an alternative to [Anaconda](https://www.anaconda.com/products/individual) or [Miniforge](https://github.com/conda-forge/miniforge), but specialized for software radio.