From 924b8fce594c49776ecf406075c7d478c8f5af7d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 13 Dec 2015 23:05:25 +0100 Subject: [PATCH] updated readme --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bf2982f..8e8712f1 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,24 @@ Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. **Project information** --- -- stable version: version 1 update 2. -- development version: version 2 alpha 1. +- latest version: version 2 alpha 3. - licensed under the term of the MIT license. - programmed in Object Pascal with [FPC & Lazarus](http://www.lazarus.freepascal.org) as compiler & IDE. +**Download the latest build** +--- +Download the zipped binaries or the zipped setup program for you platform: + +- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.linux32.setup.zip) +- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.linux32.zip) +- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.linux64.zip) +- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.win32.setup.zip) +- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_3/coedit.2alpha3.win32.zip) + +[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup. + + **Build** ---