From cdfe9bc4745998297ffefce1c17b305421fda24f Mon Sep 17 00:00:00 2001
From: Richard Marcus <32901953+richardmarcus@users.noreply.github.com>
Date: Thu, 3 Dec 2020 14:54:04 +0100
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6cc87b3..8c9d95f5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,10 @@
-For more information, please visit https://uframeit.github.io/
\ No newline at end of file
+## Project Configuration
+- 1. Get Unity 2019.4.x (LTS). We update this to the newest LTS version periodically, but any 2019.4 version should work, you can ignore the version warning.
+- 2. Clone this repository
+- 3. Get the [FrameIT archives](https://github.com/UFrameIT/archives), make sure to update the submodules with this [script](https://gist.github.com/ComFreek/dcadfec0214d87e9ad3268e61479d05b)
+- 4. Install [IntelliJ](https://www.jetbrains.com/de-de/idea/)
+- 5. Clone and [install](https://github.com/UniFormal/MMT/blob/devel/src/frameit-mmt/installation.md) the [Server Component](https://github.com/UniFormal/MMT/tree/devel/src/frameit-mmt)
+- 6. Congratulations! You have all components. Just make sure to run the server first via IntelliJ if you want to run the game inside Unity.
+
+
+For more information about the project, please visit https://uframeit.github.io/
-- 
GitLab