diff --git a/docs/tutorials/getting_started/mac_osx.rst b/docs/tutorials/getting_started/mac_osx.rst index 0b2d64b185..c62202875c 100644 --- a/docs/tutorials/getting_started/mac_osx.rst +++ b/docs/tutorials/getting_started/mac_osx.rst @@ -35,8 +35,11 @@ Install Prerequisites ^^^^^^^^^^^^^^^^^^^^^ **Install Miniforge** -1. Download `Miniforge `_ -2. Open a terminal window & run the downloaded script. + +.. code-block:: console + + curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" + bash "Miniforge3-$(uname)-$(uname -m).sh" Install IDAES-PSE @@ -58,4 +61,4 @@ Install IDAES Examples Run IDAES Tests ^^^^^^^^^^^^^^^ -.. include:: install_templates/run_tests.txt \ No newline at end of file +.. include:: install_templates/run_tests.txt