From 333025da9660c7260f74e8f8ffc34f2b2ffb1e75 Mon Sep 17 00:00:00 2001 From: milancurcic Date: Wed, 17 Mar 2021 11:28:32 -0400 Subject: add a note on where to get Conda --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3