Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 755 Bytes

Club Robot INSA Rennes 2021

Software solution of the 2019/2020 Robotics Club of INSA Rennes

How to clone the repository ?

  1. Create your working directory as follow : mkdir WORKING_DIRECTORY

  2. Then go into your new WOTKING_DIRECTORY : cd WORKING_DIRECTORY

  3. 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
  4. Well Done ! The code is now on your computer.

How to setup the project ?

The next step is to configure the project and download all the required tools and libraries.

  1. Just run the bash setup script : ./setup.sh

  2. After the setup script, you need to restart you computer.