-
Notifications
You must be signed in to change notification settings - Fork 0
Cloning the repository
Isaac edited this page Sep 16, 2018
·
3 revisions
This guide will help set up the code on your computer.
This guide assumes you have installed Git on your computer (https://git-scm.com/downloads)
Create a folder where you would like to store the code locally on your computer.
Once you have created the folder:
- Right-click in the folder
- Select 'Git Bash Here'
A new bash terminal will open. Copy and run the following:
git clone https://github.com/TimpanogosTechGroup/GameEngine.git
This will clone the remote repo onto your computer.
To start editing the code, see the Getting started and the GitHub reference pages.