Revert "Deprecates RUN_THIS.py in favor of manually doin' it (#3930)" (#3933)

This reverts commit 94082e07a7.
This commit is contained in:
Paul Ritter
2021-05-05 14:30:46 +02:00
committed by GitHub
parent 94082e07a7
commit ce67371b12
7 changed files with 175 additions and 3 deletions

View File

@@ -21,9 +21,8 @@ We are happy to accept contributions from anybody. Get in Discord if you want to
## Building
1. Clone this repo.
2. In the root folder run `git submodule update --init --recursive`
3. Copy the two files from the `Hooks` folder to `.git/hooks`
4. Compile the solution.
2. Run `RUN_THIS.py` to init submodules and download the engine.
3. Compile the solution.
[More detailed instructions on building the project.](https://hackmd.io/@ss14/docs/%2FBZkI4RlUQbm09QWrXCZ3kg)