Correct command

This commit is contained in:
Matt Harlum 2019-02-17 20:27:20 +01:00
parent 4c554b8e62
commit 6d4b7f3bce

View File

@ -4,5 +4,5 @@ Containerized [cc65 toolchain](https://github.com/cc65/cc65)
Usage:
```
# docker run --rm -v ${PWD}:${PWD} -p ${PWD} -it liv2/cc65
# docker run --rm -v ${PWD}:${PWD} -w ${PWD} -it liv2/cc65
```