From f58e0f537c55713048fa17c723c7d0ad80a31368 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 2 Dec 2019 09:42:32 +0000 Subject: [PATCH] Add more cross-platform note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58da55d..c8bb88e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Note that this demonstrates basic argument application and non-strictness. Run with the docker distribution, to easily run on any platform: - $ docker run -it -v`pwd`:`pwd` -w`pwd` chrisdone/duet run foo.hs + $ docker run -it -v $(pwd):/w -w /w chrisdone/duet run foo.hs + +(This should work on Linux, OS X or Windows PowerShell.) The image is about 11MB, so it's quick to download.