Files
Bubberstation/.github/DOWNLOADING.md
oranges 8d11e0ffa8 Readme overhaul, splitting out useful info into their own documents (#49408)
About The Pull Request

Goes through the readme and moves a lot of stuff into situation documents, reducing scroll of death and helping people get to what they want faster.

Adds coderbus discord, and labels irc as dead
2020-02-25 08:18:28 +13:00

22 lines
1.0 KiB
Markdown

## DOWNLOADING
There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at https://www.tgstation13.org/wiki/Downloading_the_source_code
Option 1:
Follow this: https://www.tgstation13.org/wiki/Setting_up_git
Option 2: Download the source code as a zip by clicking the ZIP button in the
code tab of https://github.com/tgstation/tgstation
(note: this will use a lot of bandwidth if you wish to update and is a lot of
hassle if you want to make any changes at all, so it's not recommended.)
Option 3: Download a pre-compiled nightly at https://tgstation13.download/nightlies/ (same caveats as option 2)
*Warning: option 4 is out of date, and not maintained, use at your own risk*
Option 4: Use our docker image that tracks the master branch (See commits for build status. Again, same caveats as option 2)
```
docker run -d -p <your port>:1337 -v /path/to/your/config:/tgstation/config -v /path/to/your/data:/tgstation/data tgstation/tgstation <dream daemon options i.e. -public or -params>
```