Update README.md

This commit is contained in:
Jess 2022-10-19 00:31:59 +00:00
parent ced92caa24
commit 043c9a9ff2
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ Run this command to clone and compile `agbcc`, pret's toolchain:
```bash
git clone https://github.com/pret/agbcc && cd agbcc && ./build.sh && ./install.sh <path to tumbledemerald>
```
Then just run `make` in the root folder of the repository.
If you're new to Linux or the build system in general, I recommend using Gitpod. If you opt to go that route, here's what you need to do:
- Click the "Gitpod" button above.
@ -29,7 +31,7 @@ If you're new to Linux or the build system in general, I recommend using Gitpod.
For more detailed compilation instructions, see [this](INSTALL.md) document.
## Usage
tumbledemerald is a Game Boy Advance game. As such, you will need an [emulator](https://mgba.io) to play.
tumbledemerald is a Game Boy Advance game. As such, you will need an [emulator](https://mgba.io) to play. The only supported emulator is [mGBA](https://mgba.io) by endrift.
## Support
If you: