From 0ad61751760014415f97864badbf50e30eccdfb4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Jan 2015 13:01:11 +0200 Subject: [PATCH] Fix Docker command to use stackage nightly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde0c3be..82a9802d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ some modifications to `build-constraints.yaml` are valid, try the following: Similarly, if you'd like to perform an entire build, you can replace the last step with: ``` -$ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage build --skip-upload' +$ docker run -it --rm -v $(pwd):/stackage -w /stackage snoyberg/stackage /bin/bash -c 'cabal update && stackage nightly --skip-upload' ``` ## Processing