incorporate streetster's suggestions

This commit is contained in:
Andrew Houts
2020-04-02 10:50:36 -07:00
parent a48d6b03d6
commit 0987c9c91d
2 changed files with 20 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ To build we simply have to mount our local filesystem into the docker container
docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 sm64 make VERSION=us -j4
# if your host system is linux you need to tell docker what user should own the output files
docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 --user "$(id -u):$(id -g)" sm64 make VERSION=us -j4
docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 --user $UID:$UID sm64 make VERSION=us -j4
```
Resulting artifacts can be found in the `build` directory.