From b65c09d0af39972c396cf863f72531944ab58cee Mon Sep 17 00:00:00 2001 From: Tim Kluge <timklge@gmail.com> Date: Tue, 29 Sep 2020 12:25:38 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c8c797f8..1f620b39 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,15 @@ Further information can be found in the [wiki](https://github.com/Eden-06/FRaMED  ¹) Thomas Kühn, Kevin Ivo Kassin, Walter Cazzola, and Uwe Aßmann, *Modular Feature-Oriented Graphical Editor Product Lines*. In Proceedings of the 22th International Software Product Line Conference, ACM, 2018. + +## Installation for Users + +1. Install a Java 8 runtime environment +2. Download and run the appropriate build for your system: + - Windows: [64 bit zip](https://git-st.inf.tu-dresden.de/rosi/framed/-/raw/master/build/win32.win32.x86_64.zip) + - Linux: [64 bit zip](https://git-st.inf.tu-dresden.de/rosi/framed/-/raw/master/build/linux.gtk.x86_64.zip) + - Mac OS: [64 bit zip](https://git-st.inf.tu-dresden.de/rosi/framed/-/raw/master/build/macosx.cocoa.x86_64.zip) + +## Installation for Developers + +Please follow the [instructions on Github](https://github.com/Eden-06/FRaMED-2.0/wiki/Install). \ No newline at end of file -- GitLab