diff --git a/README.md b/README.md
index 55dc64b..a924bbd 100644
--- a/README.md
+++ b/README.md
@@ -141,11 +141,13 @@ channel (linux only). This way, you will install a pre-built IntaRNA binary alon
with all dependencies.
Follow
[](http://bioconda.github.io/recipes/intarna/README.html)
-to get detailed information or run
+to get detailed information or run the following command to install it to the currently activated environment.
```bash
conda install -c conda-forge -c bioconda intarna
```
-if you are using bioconda already.
+**Note**: Conda is available for Windows, MacOs and Linux. We recommend the [Miniconda installation](https://docs.anaconda.com/miniconda/install/#quick-command-line-install)
+
+**Note further**: *Windows user without Powershell or Commandline experience* might [consider to first install a Linux App via WSL](https://documentation.ubuntu.com/wsl/en/latest/howto/install-ubuntu-wsl2/) and use and install conda therein since most related scripts will be tailored for Linux BASH shells or similar systems.
[ back to overview](#overview)