summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-01-06 20:45:21 +0100
committerGitHub <noreply@github.com>2025-01-06 20:45:21 +0100
commit247d86247501565d6b9e2461eefdbbd6291c0cc1 (patch)
tree55d666682b0967115860814f334db26f13aea9e9 /INSTALL.md
parente980fe780395dbdbdf1348cd910d0c723315c46a (diff)
parentff81b3fd1ad1afd981135e91013acb38bcf66192 (diff)
Merge pull request #54 from mike8699/add-precommit
Automate `clang-format` with `pre-commit`, + other checks
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 22a4f1fb..45113307 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -21,11 +21,15 @@ Contents:
```shell
python -m pip install -r tools/requirements.txt
```
-4. Run the setup script:
+4. Install pre-commit hooks:
+```shell
+pre-commit install
+```
+5. Run the setup script:
```shell
python tools/setup.py
```
-5. Run the Ninja configure script:
+6. Run the Ninja configure script:
```shell
python tools/configure.py <eur|usa>
```
@@ -46,7 +50,7 @@ Now you can run `ninja` to build a ROM for the chosen version.
First, [extract the ARM7 BIOS from your DS device](https://wiki.ds-homebrew.com/ds-index/ds-bios-firmware-dump). Put the
ARM7 BIOS in the root directory of this repository, and verify that your dumped BIOS matches the one below:
-| File name | SHA1 |
+| File name | SHA1 |
| --------------- | ------------------------------------------ |
| `arm7_bios.bin` | `6ee830c7f552c5bf194c20a2c13d5bb44bdb5c03` |