Skip to content

Getting Started

Prerequisites

Download the following tools:

Cloning the repository

For Windows users, use WSL for the following instructions. If you don't have WSL, you can follow the instructions here to install it.

Send your GitHub username to the team lead, and they will add you to the repository. Then, ensure you have git installed. If not, install it from here.

To be able to clone the repository, you will have to setup SSH keys:

ssh-keygen # Hit enter on all prompts

Retrieve the public key:

cat ~/.ssh/id_rsa.pub

Add this public key to your GitHub account. Instructions can be found here.

Now you are ready to clone the repository:

git clone git@github.com:PurdueAerialRoboticsTeam/feonix.git