From 138416e28cb2b10b41572519eb2acdc8375a96cb Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 13 Nov 2020 14:40:31 -0600
Subject: [PATCH] Switch install docs to miniforge

---
 doc/misc.rst | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index 5dcfbced..b0f6283a 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -17,20 +17,18 @@ MacOS support is in the works.
     Everywhere else, just making sure you have the ``g++`` package should be
     enough.
 
-#.  Installing `miniconda for Python 3 on 64-bit Linux <https://conda.io/miniconda.html>`_.
+#.  Install `miniforge <https://github.com/conda-forge/miniforge>`__.
 
-#.  ``export CONDA=/WHERE/YOU/INSTALLED/miniconda3``
+#.  ``export CONDA=/WHERE/YOU/INSTALLED/miniforge3``
 
     If you accepted the default location, this should work:
 
-    ``export CONDA=$HOME/miniconda3``
+    ``export CONDA=$HOME/miniforge3``
 
 #.  ``$CONDA/bin/conda create -n dgfem``
 
 #.  ``source $CONDA/bin/activate dgfem``
 
-#.  ``conda config --add channels conda-forge``
-
 #.  ``conda install git pip pocl islpy pyopencl``
 
 #.  Type the following command::
@@ -39,7 +37,7 @@ MacOS support is in the works.
 
 Next time you want to use `grudge`, just run the following command::
 
-    source /WHERE/YOU/INSTALLED/miniconda3/bin/activate dgfem
+    source /WHERE/YOU/INSTALLED/miniforge3/bin/activate dgfem
 
 You may also like to add this to a startup file (like :file:`$HOME/.bashrc`) or create an alias for it.
 
-- 
GitLab