From ed2266aad2762d778d802f413accfeb491a9a892 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 13:40:18 -0700 Subject: Don't specify a --resolver argument in the sample `stack install` Signed-off-by: Sean Whitton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a853b50..9f0825a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are not a Haskell programmer, you might find it easier to 1. install [Stack][]; 2. ensure that `~/.local/bin` is in your shell's PATH -3. run `stack install --resolver=lts-7.8 pandoc-citeproc-preamble`. +3. run `stack install pandoc-citeproc-preamble`. [Stack]: https://github.com/commercialhaskell/stack -- cgit v1.2.3