diff --git a/README.md b/README.md index c3b2440..b396fe3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ your project's `requirements.txt` files. ## Usage +``` +$ cd /path/to/working/dir/with/tox.ini +$ docker run --rm -v "`pwd`:/app" themattrix/tox +``` + The Dockerfile contains the following `ONBUILD` commands: ```dockerfile