From edb9418a8ae6a8ec2d0c81ca343803ae3b6f8931 Mon Sep 17 00:00:00 2001 From: Geoff Boeing Date: Mon, 8 Jan 2024 12:30:33 -0800 Subject: [PATCH] Update readme.md --- software/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/readme.md b/software/readme.md index 88625f5..a7b8c51 100644 --- a/software/readme.md +++ b/software/readme.md @@ -24,7 +24,7 @@ You now have a `ppde642` folder on your desktop containing the course repo. ### Step 2: Conda -Download and install [mambaforge](https://mamba.readthedocs.io/en/latest/installation.html). Then open a terminal window (or Anaconda command prompt if on Windows), change directories to the `ppde642` folder on your desktop, and run the following commands, one at a time: +Download and install [miniforge](https://github.com/conda-forge/miniforge#download). Then open a terminal window (or Anaconda command prompt if on Windows), change directories to the `ppde642` folder on your desktop, and run the following commands, one at a time: ``` git pull