From b37732d658278e4c3a2495dcc5f25f13e20de1fd Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 20 Jun 2018 22:33:46 +0200 Subject: [PATCH] Fix README.md installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235810a..3d5ac2c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ log the size of the input, but _not_ the full input/output of requests.) # cabal new-configure -w $PATH_TO_GHC_8_0 cabal new-build exe:brittany # and it should be safe to just copy the executable, e.g. - cp `./find dist-newstyle/build/ -type f -name brittany` $HOME/.cabal/bin/ + cp `find dist-newstyle/ -name brittany -type f | xargs -x ls -t | head -n1` $HOME/.cabal/bin/ ~~~~ - via `stack` using a sufficiently recent stackage snapshot (dated to >= 2017-11-15)