From a948669de9810a5a3799f734b89b2f692174f07a Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Sat, 13 Apr 2019 13:37:35 -0400 Subject: [PATCH] Readme Update. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3994059..e69fc63 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ You replace the steam api .dll or .so with mine (for complete steps see the [Rel If you are a game developper and made the mistake of depending too much on the steam api and want to release of version of your game without it and don't want to rewrite your game, this is for you. It is licenced LGPLv3+ so the only source code you need to publish is the source code of this emulator (and only if you make modification to it). +## Download Binaries + +You can download the latest binaries for Linux and Windows in the [release section](https://gitlab.com/Mr_Goldberg/goldberg_emulator/releases) of this repo. + ## Contributions One of the reasons I made this code open source is because I want contributions. Unless your code is related to the experimental stuff it needs to work on both Linux and Windows. Having accurate behavior is more important than making games work. Having inaccurate behavior might fix one game but it will break others.