From 6fa63bf6d79ac7f7501172e6732a9a0c4a0ea8b8 Mon Sep 17 00:00:00 2001 From: davidharrishmc <74973295+davidharrishmc@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:47:42 -0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ec0de2ed8..7078e12e6 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ See Chapter 2 of draft book of how to install and compile tests. Then follow Section 2.2.2 to clone the repo, source setup, make the tests and run regression -$ cd -$ export RISCV=/opt/riscv -$ git clone --recurse-submodules https://github.com/davidharrishmc/riscv-wally -$ cd riscv-wally -$ source ./setup.sh -$ make -$ cd pipelined/regression -$ ./regression-wally (depends on having Questa installed) + $ cd + $ export RISCV=/opt/riscv + $ git clone --recurse-submodules https://github.com/davidharrishmc/riscv-wally + $ cd riscv-wally + $ source ./setup.sh + $ make + $ cd pipelined/regression + $ ./regression-wally (depends on having Questa installed) Add the following lines to your .bashrc or .bash_profile -if [ -f ~/riscv-wally/setup.sh ]; then - source ~/riscv-wally/setup.sh -fi + if [ -f ~/riscv-wally/setup.sh ]; then + source ~/riscv-wally/setup.sh + fi