Update README.md

This commit is contained in:
Mestima 2022-05-17 23:48:40 +03:00
parent 564ddd4aaa
commit eeeee63f7b

View File

@ -9,6 +9,7 @@
## Compilation ## Compilation
- Download GodotHook and place it to the Godot `modules` folder. - 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). - 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` Example compilation `Windows` command: `scons p=windows tools=yes -j4`