diff --git a/docs/source/user-guide/getting-started.rst b/docs/source/user-guide/getting-started.rst
index 113632fe73..49415f0c55 100644
--- a/docs/source/user-guide/getting-started.rst
+++ b/docs/source/user-guide/getting-started.rst
@@ -16,16 +16,17 @@ Prerequisites
Before starting the tutorials, you need to install:
-- `Miniconda or Anaconda `_
+- `Miniconda `_ or `Anaconda `_
- conda-build
- Git
The most straightforward way to do this is to install Miniconda or
Anaconda, which contain conda, and then use conda to install conda-build
-and Git. Make sure you install these packages into a new environment
-and not your base environment.::
+and Git. Make sure you install these packages into your base environment.::
- conda create -n my-conda-build-environment conda-build git
+ conda create -n base conda-build git
+
+For more information on installing and updating conda-build, see :doc:`<../install-conda-build>`.
.. _submissions: