mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
installation instructions
This commit is contained in:
parent
a5e1b09a40
commit
9318469069
@ -23,15 +23,15 @@ Then follow Section 2.2 to clone the repo, source setup, make the tests and run
|
|||||||
In the upper right part of the screen, click on Fork
|
In the upper right part of the screen, click on Fork
|
||||||
Create a fork, choosing the owner as your github account and the repository as cvw.
|
Create a fork, choosing the owner as your github account and the repository as cvw.
|
||||||
|
|
||||||
On the Linux computer where you will be working, log in, clone your fork of the repo,
|
On the Linux computer where you will be working, log in
|
||||||
run the setup script, and build the tests:
|
|
||||||
|
|
||||||
Add the following lines to your .bashrc or .bash_profile
|
Add the following lines to your .bashrc or .bash_profile to run the setup script each time you log in.
|
||||||
|
|
||||||
if [ -f ~/cvw/setup.sh ]; then
|
if [ -f ~/cvw/setup.sh ]; then
|
||||||
source ~/cvw/setup.sh
|
source ~/cvw/setup.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Clone your fork of the repo, run the setup script, and build the tests:
|
||||||
$ cd
|
$ cd
|
||||||
$ git clone --recurse-submodules https://github.com/<yourgithubid>/cvw
|
$ git clone --recurse-submodules https://github.com/<yourgithubid>/cvw
|
||||||
$ cd cvw
|
$ cd cvw
|
||||||
|
Loading…
Reference in New Issue
Block a user