aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4dca52..ffbda20 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,9 @@ conda create -n fpm fpm
conda activate fpm
```
+Conda can be installed from [miniconda](https://docs.conda.io/en/latest/miniconda.html)
+or from [miniforge](https://github.com/conda-forge/miniforge/releases).
+
#### Github Actions
To setup *fpm* within Github actions for automated testing, you can use the [fortran-lang/setup-fpm](https://github.com/marketplace/actions/setup-fpm) action.