Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Oct 25, 2023
1 parent cdf61eb commit 7802467
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ If everything works, then the following ROM should be built:
A Dockerfile is provided for your convenience. To begin, setup docker on your local machine following the instructions at https://docs.docker.com/desktop/. Then, run
./clean.sh
./clean.sh # because we are switching environments
docker build . -t pret/pokeplatinum
docker run -w /rom -v .:/rom pret/pokeplatinum sh -c "./config.sh && ./build.sh"
docker run -u $USER -w /rom -v .:/rom pret/pokeplatinum ./config.sh # first time only
docker run -u $USER -w /rom -v .:/rom pret/pokeplatinum ./build.sh
docker run -u $USER -w /rom -v .:/rom pret/pokeplatinum ./clean.sh # before switching environments

0 comments on commit 7802467

Please sign in to comment.