From 3f43f8a7fd7dd0563d8f0bdf811203c356b81d58 Mon Sep 17 00:00:00 2001 From: Richard Marcus <32901953+richardmarcus@users.noreply.github.com> Date: Thu, 3 Dec 2020 15:57:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c19fc5..2c748968 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ First, you have to set up a development environment: 1. Install [Unity](https://unity3d.com/de/get-unity/download) 2019.4.x (LTS) via the Unity Hub. We periodically update to the latest LTS version. Currently, any 2019.4 version should work; you can safely ignore any version warnings popping up. 2. Clone this repository: `git clone https://github.com/UFrameIT/UFrameIT.git` -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) +3. Get the [FrameIT archives](https://github.com/UFrameIT/archives), make sure to always update the submodules. 4. Install [IntelliJ IDEA](https://www.jetbrains.com/de-de/idea/) 5. Clone [MMT](https://github.com/UniFormal/MMT/tree/devel), which also contains the [FrameIT MMT server](https://github.com/UniFormal/MMT/tree/devel/src/frameit-mmt), on the *devel* branch: `git clone --branch devel https://github.com/UniFormal/MMT.git` and [install](https://github.com/UniFormal/MMT/blob/devel/src/frameit-mmt/installation.md) the Server Component -- GitLab