Merge pull request #102 from ucb-bar/rebar-dev-setup-fix

make sure code blocks appear
This commit is contained in:
Abraham Gonzalez
2019-05-28 23:05:45 -07:00
committed by GitHub

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