Update README.md

Fixed the formatting.
This commit is contained in:
Joseph 2023-12-19 18:10:39 -05:00 committed by GitHub
parent a40f0f4884
commit 4b2ede89c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,12 +112,15 @@ make clean
# Build (default build with english audio)
make
```
You can also prepare to build the ROM with additional audio languages, like this (multiple commands per build possible):
```
make french_audio
make german_audio
make russian_audio
make spanish_audio
```
You still have run `make` after this.