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

This commit is contained in:
Swept
2021-05-05 04:15:05 +00:00
committed by GitHub
parent 9857f8197c
commit 94082e07a7
7 changed files with 3 additions and 175 deletions

View File

@@ -21,8 +21,9 @@ We are happy to accept contributions from anybody. Get in Discord if you want to
## Building
1. Clone this repo.
2. Run `RUN_THIS.py` to init submodules and download the engine.
3. Compile the solution.
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.
[More detailed instructions on building the project.](https://hackmd.io/@ss14/docs/%2FBZkI4RlUQbm09QWrXCZ3kg)