aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormilancurcic <caomaco@gmail.com>2021-03-17 11:28:32 -0400
committermilancurcic <caomaco@gmail.com>2021-03-17 11:28:32 -0400
commit333025da9660c7260f74e8f8ffc34f2b2ffb1e75 (patch)
tree71455bf2e088fb78d65963bba3f66abd4a8b3c79 /README.md
parent5130eb14f775f79d6652bf471a309f4bf26bc290 (diff)
downloadfpm-333025da9660c7260f74e8f8ffc34f2b2ffb1e75.tar.gz
fpm-333025da9660c7260f74e8f8ffc34f2b2ffb1e75.zip
add a note on where to get Conda
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.