Skip to content

Commit

Permalink
docs: update linux install guide (ory#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 19, 2020
1 parent 0517520 commit a9eed57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ $ hydra help

## Linux

On linux, you can use `curl | bash` to fetch the latest stable binary using:
On linux, you can use `bash <(curl ...)` to fetch the latest stable binary using:

```shell
$ curl https://raw.githubusercontent.com/ory/hydra/master/install.sh | bash -s -- -b .
$ bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -b . v1.4.5
$ ./hydra help
```

Expand Down

0 comments on commit a9eed57

Please sign in to comment.