diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-01-06 20:45:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-06 20:45:21 +0100 |
| commit | 247d86247501565d6b9e2461eefdbbd6291c0cc1 (patch) | |
| tree | 55d666682b0967115860814f334db26f13aea9e9 /INSTALL.md | |
| parent | e980fe780395dbdbdf1348cd910d0c723315c46a (diff) | |
| parent | ff81b3fd1ad1afd981135e91013acb38bcf66192 (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.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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` | |
