Skip to content

Commit

Permalink
Merge pull request #166 from mwengren/install_fix
Browse files Browse the repository at this point in the history
Fix Miniforge3 install command + minor format fixes
  • Loading branch information
ocefpaf authored Oct 4, 2023
2 parents 90c4da3 + 22dee59 commit 090647c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupyterbook/content/ioos_installation_conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before proceeding.
Download and install the appropriate Miniforge3 installer for your platform.

### Windows

Download it from [https://github.com/conda-forge/miniforge](https://github.com/conda-forge/miniforge).
Run the installer
Choose _Just Me_ (not _All Users_),
Expand All @@ -38,7 +39,7 @@ Copy-and-paste this in the terminal:
```shell
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"

bash Miniforge-$(uname)-$(uname -m).sh
bash Miniforge3-$(uname)-$(uname -m).sh
```

and use all the default options,
Expand Down Expand Up @@ -138,7 +139,7 @@ Check out [Travis Oliphant's blog piece](https://technicaldiscovery.blogspot.com
- Raise an issue [here](https://github.com/ioos/ioos_code_lab/issues)
- Please get help on the [IOOS-tech Google Group](https://groups.google.com/forum/?hl=en#!forum/ioos_tech)

## Appendix:
## Appendix

### What to do when everything seems to be broken?

Expand Down

0 comments on commit 090647c

Please sign in to comment.