From abddcd6678e8affca9ea3c262f6ec9f5b3d9a983 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Sat, 23 Feb 2019 16:31:43 +0000 Subject: [PATCH] Correct Dhall installation one-liner in README (#826) The README missed the call to `curl -L`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502c554..edb4a2a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If you have the `jq` command-line tool installed then you can do this in one command by running: ```haskell -$ nix-env -i "$(https://hydra.dhall-lang.org/job/dhall-haskell/master/linux-dhall/latest/api/get-info | jq -r .outPath)" +$ nix-env -i "$(curl -L https://hydra.dhall-lang.org/job/dhall-haskell/master/linux-dhall/latest/api/get-info | jq -r .outPath)" ``` These instructions also work for any pull request, too, by replacing `master`