From eeeee63f7bf16860834176d40cc55941d4362a67 Mon Sep 17 00:00:00 2001 From: Mestima Date: Tue, 17 May 2022 23:48:40 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4e7064..d35f460 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ## Compilation - Download GodotHook and place it to the Godot `modules` folder. +- Rename `GodotHook-master` to `GodotHook` - Compile Godot like usual using one of [these guides](https://docs.godotengine.org/en/stable/development/compiling/index.html). Example compilation `Windows` command: `scons p=windows tools=yes -j4`