Table of Contents
This explanation assumes you haven’t downloaded the exercises yet and simply want to start fresh.
Cloning the Repository
On your machine, create a directory where you would like to store the exercises.
Do not place this directory under OneDrive/DropBox/Google Drive/… We will be working with GitHub, which is a better alternative for storing code in the cloud. Storing a Git repository on OneDrive/… could corrupt it.
Open a terminal in this directory and enter the following command:
As always, you only need to enter in commands following a
$
. All other lines are either comments or expected responses.
# Download the repository
$ git clone https://github.com/UCLL-PR2/exercises.git
This should create a directory named exercises
and download the course material into that directory.