From 22f4d3b7a923f22adedcab641f30ea0463b8de5c Mon Sep 17 00:00:00 2001
From: MaZiFAU <marco.alexander.zimmer@fau.de>
Date: Wed, 24 Nov 2021 17:02:32 +0100
Subject: [PATCH] updated README.md/Running

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5983c5f9..4ade4204 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ First, you have to set up a development environment:
 
 1. Open the Unity Hub and add the folder where you cloned this repository to. Then open the project in the hub.
 2. Follow the [UFrameIT server installation guide](https://github.com/UniFormal/MMT/blob/devel/src/frameit-mmt/installation.md) to run the server
-3. In Unity, select the scene you want to start (the current demo scene is called TreeWorld_02, you can find it at Assets/Scenes) and run the game (Play Button).
+3. In Unity, select the scene MainMenue.unity (You can find it in Assets\Scenes\Menues) and run the game (Play Button). From there you can try out "TechDemo A" in the "Demo Category"; click on it to expand a list of levels to choose from.
 
 ## Useful Links for new Developers
 * [Publications](https://kwarc.github.io/bibs/frameit/)
-- 
GitLab