Skip to content

Commit

Permalink
docs: update bash install
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 12, 2022
1 parent 7a71b2d commit 5ca99e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/configure-deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ which combines both features in one app. Here, we will use deploy that app using
Docker.

```shell
$ docker pull oryd/hydra-login-consent-node:v1.3.2
$ docker pull oryd/hydra-login-consent-node:v1.10.6
$ docker run -d \
--name ory-hydra-example--consent \
-p 9020:3000 \
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

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

Expand Down

0 comments on commit 5ca99e5

Please sign in to comment.