Skip to content

Getting the sources

Josiah Horton edited this page Jul 5, 2016 · 1 revision

Getting the sources

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

Using Git Bash (or Git Shell)

To clone JumpGo sources from GitHub with Git bash...

  1. Download git bash and run
  2. Change the directory in git to your local working directory that will contain the sources by typing cd [your working directory]
  3. Type git clone https://github.com/JTechMe/JumpGo-for-Windows.git and press Enter
  4. Open your directory

https://help.github.com/articles/cloning-a-repository/

Using GitHub Desktop

To clone JumpGo sources from GitHub using GitHub Desktop...

  1. Download GitHub Desktop and run
  2. Navigate to https://github.com/JTechMe/JumpGo-for-Windows
  3. Click Clone or Download
  4. Click open in Desktop
  5. In GitHub Desktop, after verifying the name and location on your hard drive where you'd like to clone the repository, click Clone.
  6. Open location you cloned JumpGo into

https://help.github.com/desktop/guides/contributing/cloning-a-repository-from-github-to-github-desktop/

Clone this wiki locally