From a83cdeee43c65c0cab37b27c4a9aafa756913124 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Wed, 13 Nov 2024 13:20:07 +0000 Subject: [PATCH] Updating docs link to fpm --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 81ac20e..20f2f11 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -8,7 +8,7 @@ The NanoFASE model is a multimedia spatiotemporal environmental fate and exposur ## Quickstart guide -The easiest way to install the model is to use the [Fortran Package Manager](https://fpm.fortran-lang.org/en/install/index.html#install), which can be installed using Conda (`conda install -c conda-forge fpm`). The model also requires a recent version of GFortran, NetCDF Fortran and Git installed (see [](./getting-started/building-the-model.md)). +The easiest way to install the model is to use the [Fortran Package Manager]([https://fpm.fortran-lang.org/en/install/index.html#install](https://fpm.fortran-lang.org/install/index.html#install)), which can be installed using Conda (`conda install -c conda-forge fpm`). The model also requires a recent version of GFortran, NetCDF Fortran and Git installed (see [](./getting-started/building-the-model.md)). Clone the code (make sure to `--recurse-submodules`) and use *fpm* to install: