From f7d09957e907f50bfa2b4e4ac7422bd35f871f87 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Thu, 3 Oct 2019 10:34:23 -0700 Subject: [PATCH] Add warning directive for Mac/Windows warnings --- docs/Quick-Start.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Quick-Start.rst b/docs/Quick-Start.rst index 542e3a30..ee7518c4 100644 --- a/docs/Quick-Start.rst +++ b/docs/Quick-Start.rst @@ -5,8 +5,10 @@ Requirements ------------------------------------------- Chipyard is developed and tested on Linux-based systems. -It is possible to use this on macOS or other BSD-based systems, although GNU tools will need to be installed; it is also recommended to install the RISC-V toolchain from ``brew``. -Working under Windows is not recommended. + +.. Warning:: It is possible to use this on macOS or other BSD-based systems, although GNU tools will need to be installed; it is also recommended to install the RISC-V toolchain from ``brew``. + +.. Warning:: Working under Windows is not recommended. Setting up the Chipyard Repo -------------------------------------------