From eff939890dff72dd3ab27238aea5716bb3fb87e1 Mon Sep 17 00:00:00 2001 From: Dr Jemma Shipton Date: Mon, 7 Sep 2026 17:38:37 +0100 Subject: [PATCH] Update README.md copying from the README also copied the $ characters so I've just removed them... --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d272e3028..200322a16 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,20 @@ These compatible methods underpin the Met Office's next-generation model, [LFRic Before installing Gusto you should first install Firedrake using the instructions found [here](https://firedrakeproject.org/install). Once this is done Gusto can then be installed by running: ``` -$ git clone https://github.com/firedrakeproject/gusto.git -$ pip install --editable ./gusto +git clone https://github.com/firedrakeproject/gusto.git +pip install --editable ./gusto ``` or equivalently: ``` -$ pip install --src . --editable git+https://github.com/firedrakeproject/gusto.git#egg=gusto +pip install --src . --editable git+https://github.com/firedrakeproject/gusto.git#egg=gusto ``` ## Getting Started To test your Gusto installation you can run the test suite with: ``` -$ cd gusto -$ make test +cd gusto +make test ``` The `examples` directory contains several test cases, which you can play with to get started with Gusto.