docs: add instructions to compile the codes
This commit is contained in:
parent
d3500f589e
commit
790ac0a8c1
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -8,3 +8,14 @@ Gecko codes for Super Mario Sunshine made by sup39.
|
|||
```
|
||||
pip install -U "supSMSGecko>=0.1.0a5"
|
||||
```
|
||||
|
||||
## Compiling the codes
|
||||
```sh
|
||||
# go to the directory of the code (e.g. ControllerInputDisplay)
|
||||
cd ControllerInputDisplay
|
||||
|
||||
# run make.py
|
||||
python make.py
|
||||
|
||||
# the result will be in `@code.xml`
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue