From 780c6391126fdeab16f764aa216cc98fa2f909de Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 24 Oct 2017 21:10:11 -0500 Subject: [PATCH] Add link to binary downloads in the readme shown on GitHub. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index caec0d3..430db2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # ORCA-C Apple IIGS ORCA/C Compiler, an ANSI C compiler for the 65816 with libraries for the Apple IIGS +__Binary downloads for the latest ORCA/C release are on the [releases page][releases].__ + +[releases]: https://github.com/byteworksinc/ORCA-C/releases + If you would like to make changes to this compiler and distribute them to others, feel free to submit them here. If the changes apply to compilation on and for an Apple IIGS, they will generally be approved for distribution on the master branch unless the changes deviate significantly from the ANSI C standard. For changes that deviate form ANSI C or changes that retarget the compiler to run on a different platform or generate code for a different platform, the project will either be forked or a new repository will be created, as appropriate. The general conditions that must be met before a change is released on master are: