mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-03-21 17:24:39 -05:00
Update README build instructions.
This commit is contained in:
parent
6b0752bf9d
commit
746378de6b
|
|
@ -90,7 +90,7 @@ The easiest is to build with docker, since you don't have to install a bunch of
|
|||
```bash
|
||||
docker build . -t pokemon_gen3_to_genx
|
||||
# Build GBA rom
|
||||
docker run --rm -it -v .:/pokemon_gen3_to_genx pokemon_gen3_to_genx
|
||||
docker run --rm -it -v `pwd`:/pokemon_gen3_to_genx pokemon_gen3_to_genx
|
||||
# Build NDS rom
|
||||
docker run --rm -it -v .:/pokemon_gen3_to_genx pokemon_gen3_to_genx make --file Makefile.arm9
|
||||
docker run --rm -it -v `pwd`:/pokemon_gen3_to_genx pokemon_gen3_to_genx make --file Makefile.arm9
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user