-
Notifications
You must be signed in to change notification settings - Fork 2
Getting the sources
Josiah Horton edited this page Jul 5, 2016
·
1 revision
If you're unfamiliar with git and GitHub this will educate you on some basic git commands.
This page will guide you through acquiring the source code of JumpGo for Windows. If you are looking for a JumpGo for Windows installer please navigate to https://github.com/JTechMe/JumpGo-for-Windows/releases
To clone JumpGo sources from GitHub with Git bash...
- Download git bash and run
- Change the directory in git to your local working directory that will contain the sources by typing
cd [your working directory]
- Type
git clone https://github.com/JTechMe/JumpGo-for-Windows.git
and press Enter - Open your directory
https://help.github.com/articles/cloning-a-repository/
To clone JumpGo sources from GitHub using GitHub Desktop...
- Download GitHub Desktop and run
- Navigate to https://github.com/JTechMe/JumpGo-for-Windows
- Click Clone or Download
- Click open in Desktop
- In GitHub Desktop, after verifying the name and location on your hard drive where you'd like to clone the repository, click Clone.
- Open location you cloned JumpGo into