From d14513cd64ce740eb6074d5f82c9f92dcbf2a400 Mon Sep 17 00:00:00 2001 From: alonamid Date: Wed, 21 Apr 2021 15:29:17 -0700 Subject: [PATCH 1/2] Docker Images Comment in Docs --- docs/Chipyard-Basics/Initial-Repo-Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index a3de22b8..180c21f6 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -16,7 +16,7 @@ In CentOS-based platforms, we recommend installing the following dependencies: .. include:: /../scripts/centos-req.sh :code: bash -In Ubuntu/Debian-based platforms (Ubuntu), we recommend installing the following dependencies: +In Ubuntu/Debian-based platforms (Ubuntu), we recommend installing the following dependencies. These dependancies were written based on Ubuntu 16.04 LTS and 18.04 LTS - If they don't work for you, you can try out the Docker image (:ref:`Pre-built Docker Image`) before manually installing or removing dependancies: .. include:: /../scripts/ubuntu-req.sh :code: bash From 7f4659eb762bbdc2d2bab17bcd3f3af95448e328 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Wed, 28 Apr 2021 15:28:36 -0700 Subject: [PATCH 2/2] Fix doc breakages | Fix spelling --- docs/Chipyard-Basics/Initial-Repo-Setup.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Chipyard-Basics/Initial-Repo-Setup.rst b/docs/Chipyard-Basics/Initial-Repo-Setup.rst index 180c21f6..1194009f 100644 --- a/docs/Chipyard-Basics/Initial-Repo-Setup.rst +++ b/docs/Chipyard-Basics/Initial-Repo-Setup.rst @@ -16,7 +16,8 @@ In CentOS-based platforms, we recommend installing the following dependencies: .. include:: /../scripts/centos-req.sh :code: bash -In Ubuntu/Debian-based platforms (Ubuntu), we recommend installing the following dependencies. These dependancies were written based on Ubuntu 16.04 LTS and 18.04 LTS - If they don't work for you, you can try out the Docker image (:ref:`Pre-built Docker Image`) before manually installing or removing dependancies: +In Ubuntu/Debian-based platforms (Ubuntu), we recommend installing the following dependencies. +These dependencies were written based on Ubuntu 16.04 LTS and 18.04 LTS - If they don't work for you, you can try out the Docker image (:ref:`Chipyard-Basics/Initial-Repo-Setup:Pre-built Docker Image`) before manually installing or removing dependencies: .. include:: /../scripts/ubuntu-req.sh :code: bash