diff --git a/README.md b/README.md index efe5cc6..5ada94f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ working copy, then run the test suite: ``` $ time docker build . -t mt --no-cache -$ alias rmt="docker run --rm -it -v ${HOME}/src/multitemporal/:/multitemporal" +$ alias rmt="docker run --rm -it -v ${PWD}:/multitemporal" $ time rmt mt python3 setup.py build_ext --inplace $ rmt mt pytest -vv -s ```