- Make a directory
mkdir Bernard
- change into the directory
cd Bernard
- Init empty repo
git init
- Import repo into the Bernard directory
git remote add origin https://github.com/pbateman828/Bernard.git
- change into src directory
cd src
- CMake
cmake ..
- Make
make
- run Bernard
./Bernard