diff options
| author | Michael VanOverbeek <[email protected]> | 2017-04-18 12:21:56 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-18 12:21:56 -0400 |
| commit | 22f56fa4fd0e89d96f892a9c2575ae6867daf687 (patch) | |
| tree | 21943e0a8cb0cc078f6e22bcba7cc6555548dfaa /README.md | |
| parent | df3e933c7d37397e9885faa60f2d7fc06e10d5cc (diff) | |
| download | shiftos_thereturn-22f56fa4fd0e89d96f892a9c2575ae6867daf687.tar.gz shiftos_thereturn-22f56fa4fd0e89d96f892a9c2575ae6867daf687.tar.bz2 shiftos_thereturn-22f56fa4fd0e89d96f892a9c2575ae6867daf687.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ We are licensed under the [MIT license](https://github.com/shiftos-game/ShiftOS/ You may use the ShiftOS.Engine, ShiftOS.Objects, and ShiftOS.Server projects to create your own games. You must include the original license and link back to [ShiftOS](https://github.com/shiftos-game/ShiftOS) in your `README` and in your game or credits. +## Compiling the code + +To compile the code, simply clone the repository, and open it in Visual Studio. Then, set `ShiftOS.WinForms` as your startup project by right-clicing it in **Solution Explorer**. Then, hit **F5** to compile and run the game. + +## Where the hell is the **Issues** tab? This can't be GitHub! + +No, you're wrong. We've actually disabled the Issues tab in place of our own in-place [bugtracker](http://getshiftos.ml/Bugs). Please post bugs there. It is easier for us to track and integrate with the rest of the community. + ## Contributing See [`CONTRIBUTING.md`](https://github.com/shiftos-game/ShiftOS/blob/master/CONTRIBUTING.md) |
