Software solution of the 2019/2020 Robotics Club of INSA Rennes
-
Create your working directory as follow :
mkdir WORKING_DIRECTORY
-
Then go into your new WOTKING_DIRECTORY :
cd WORKING_DIRECTORY
-
Now, you can clone the repository :
- https method :
git clone https://github.com/clubrobot/team-2021.git
- ssh method :
git clone git@github.com:clubrobot/team-2021.git
- https method :
-
Well Done ! The code is now on your computer.
The next step is to configure the project and download all the required tools and libraries.
-
Just run the bash setup script :
./setup.sh
-
After the setup script, you need to restart you computer.