Skip to content

Commit

Permalink
map to /target at root to copy built files to
Browse files Browse the repository at this point in the history
Signed-off-by: reinvantveer <[email protected]>
  • Loading branch information
reinvantveer committed Jun 9, 2021
1 parent 660fce3 commit 2839f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For convenience, this repository provides a two-stage Dockerized approach to bui
It assumes that you built the toolchain Docker image as `rust-m68k:latest`. To obtain the "megapong" example, run:
```shell
# Run the image with default command to build megapong
docker run -it -v $(pwd)/target:/rust-mega-drive/target rust-mega-drive:latest
docker run -it -v $(pwd)/target:/target rust-mega-drive:latest
# Take back control over the target directory
sudo chown -R $USER:$USER target
```
Expand Down

0 comments on commit 2839f64

Please sign in to comment.