From 4e14764cc6c3aaa294d2b5ab6997c4490258b315 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 11 May 2021 22:41:40 +0200 Subject: [PATCH] Update building.md --- docs/building.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 0d60541..35fd99e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -52,7 +52,8 @@ Since you already installed `git` in a previous step, we'll use it to clone the 2. `git clone https://github.com/KadeDev/Kade-Engine.git` 3. `cd` into the source code: `cd Kade-Engine` 4. (optional) If you want to build a specific version of Kade Engine, you can use `git checkout` to switch to it (i.e. `git checkout 1.4-KE`) (remember that versions 1.4 and older cannot build to Linux or HTML5) - - You should **not** do this if you are planning to contribute, as you should always be developing on the latest version. +- You should **not** do this if you are planning to contribute, as you should always be developing on the latest version. + ## Building Finally, we are ready to build.