Correct Dhall installation one-liner in README (#826)

The README missed the call to `curl -L`.
This commit is contained in:
Ollie Charles 2019-02-23 16:31:43 +00:00 committed by Gabriel Gonzalez
parent 8663bfe296
commit abddcd6678
1 changed files with 1 additions and 1 deletions

View File

@ -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`