From 46decadea69fe0e6413eda26e943ae5a7060069d Mon Sep 17 00:00:00 2001 From: "Bobby Braswell (Rob)" Date: Sat, 16 Nov 2019 15:47:40 -0500 Subject: [PATCH] Update README.md I think this makes it more generic. Sure, the user should know where they checked out the code, but also they might want to copy and paste the line in a terminal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```