make sure code blocks appear

This commit is contained in:
abejgonzalez
2019-05-28 23:04:53 -07:00
parent 57a471e21e
commit 3a1dbf8983

View File

@@ -7,6 +7,7 @@ Checking out the sources
After cloning this repo, you will need to initialize all of the submodules. After cloning this repo, you will need to initialize all of the submodules.
.. code-block:: shell .. code-block:: shell
git clone https://github.com/ucb-bar/project-template.git git clone https://github.com/ucb-bar/project-template.git
cd project-template cd project-template
./scripts/init-submodules-no-riscv-tools.sh ./scripts/init-submodules-no-riscv-tools.sh
@@ -20,6 +21,7 @@ There are detailed instructions at https://github.com/riscv/riscv-tools to insta
But to get a basic installation, just the following steps are necessary. But to get a basic installation, just the following steps are necessary.
.. code-block:: shell .. code-block:: shell
./scripts/build-toolchains.sh riscv # for a normal risc-v toolchain ./scripts/build-toolchains.sh riscv # for a normal risc-v toolchain
# OR # OR