From 4289c9eb50b86e2a74d20bdf2f3b5fe06394e336 Mon Sep 17 00:00:00 2001 From: David Harris <74973295+davidharrishmc@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:12:14 -0800 Subject: [PATCH] installation instructions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 45e503d9..2957b349 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Then follow Section 2.2 to clone the repo, source setup, make the tests and run On the Linux computer where you will be working, log in, clone your fork of the repo, run the setup script, and build the tests: +Add the following lines to your .bashrc or .bash_profile + + if [ -f ~/cvw/setup.sh ]; then + source ~/cvw/setup.sh + fi + $ cd $ git clone --recurse-submodules https://github.com//cvw $ cd cvw @@ -34,12 +40,6 @@ Then follow Section 2.2 to clone the repo, source setup, make the tests and run $ cd pipelined/regression $ ./regression-wally (depends on having Questa installed) -Add the following lines to your .bashrc or .bash_profile - - if [ -f ~/cvw/setup.sh ]; then - source ~/cvw/setup.sh - fi - # Tool-chain Installation (Sys Admin) This section describes the open source toolchain installation. These steps should only be done once by the system admin.