From 7ec022dd2b20c6e2066280463b466886865e903f Mon Sep 17 00:00:00 2001 From: jonny_jr9 Date: Sun, 7 Jan 2024 22:17:32 +0100 Subject: [PATCH] Update Readme: Add install section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a2daf10..de21bfc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ A project for the Software Engineering course as part of our studies. +# Installation +For Windows 64-Bit a pre-compiled release, that also includes the required .dll files and assets is available: +- Download the zip file from [Releases](https://github.com/Jonny999999/snake-pp/releases/latest) (e.g. "Snake-1.0-win64.zip") +- Extract zip file +- Navigate to the folder and run `Snake.exe` +On other Systems you currently have to compile from source (see next sections) + + # Compilation ## Linux