Obtaining Hercules
Hercules is available through GitHub, a web-based hosting service for software development projects that use the Git revision control system.
- Obtaining Hercules through Git on Windows
- Obtaining Hercules through Git on Linux
- Git Troubleshooting
Looking for assistance on getting Git to work? Post here
Alternatively...
GitHub also provides a SVN Mirror. We won't officially work to support many branches or repository-features in SVN, but it should remain in-sync with the latest stable release, based on master branch in git.
Windows
- You need to download TortoiseGit
- The address is
Linux
- Typing the following creates a working copy of hercules at your home directory
Code:
svn checkout [URL="http://github.com/HerculesWS/Hercules"]http://github.com/HerculesWS/Hercules[/URL] ~/Hercules
Last edited by a moderator: