diff --git a/.github/CI_README.md b/.github/CI_README.md index 8183a521..30a9e96a 100644 --- a/.github/CI_README.md +++ b/.github/CI_README.md @@ -101,7 +101,7 @@ To get the CI to work correctly you need to create the following GH Repository S | -------| ------------- | | BUILDDIR | the directory to use on the build server | -Additionally, you need to install conda on the build servers that exist +Additionally, you need to install conda on the build servers that exist. Notes on CIRCLE CI ------------------ diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index 9afb9297..1c322da5 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -17,7 +17,7 @@ Running on AWS EC2 with FireSim If you plan on using Chipyard alongside FireSim on AWS EC2 instances, you should refer to the :fsim_doc:`FireSim documentation <>`. Specifically, you should follow the :fsim_doc:`Initial Setup/Installation ` section of the docs up until :fsim_doc:`Setting up the FireSim Repo `. -At that point, instead of checking out FireSim you can checkout Chipyard by following :ref:`Chipyard-Basics/Initial-Repo-Setup:Setting up the Chipyard Repo`. +At that point, instead of cloning FireSim you can clone Chipyard by following :ref:`Chipyard-Basics/Initial-Repo-Setup:Setting up the Chipyard Repo`. Default Requirements Installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -27,7 +27,7 @@ Conda allows users to create an "environment" that holds system dependencies lik .. Note:: Chipyard can also run on systems without a Conda installation. However, users on these systems must manually install toolchains and dependencies. -First Chipyard requires there to be Conda installed on the system. +First, Chipyard requires Conda to be installed on the system. Please refer to the `Conda installation instructions `__ on how to install Conda with the **Miniforge** installer. Afterwards, verify that Conda is a sufficient version (we test on version 4.12.0 but higher is most likely fine).