Skip to content

Commit

Permalink
docs: fix bodged release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 14, 2021
1 parent 32d4322 commit 032b23a
Show file tree
Hide file tree
Showing 184 changed files with 5 additions and 26,921 deletions.
Expand Up @@ -40,7 +40,7 @@ Clone the Ory Kratos repository and fetch the latest images:
```shell script
git clone https://github.com/ory/kratos.git
cd kratos
git checkout
git checkout v0.8.0-alpha.3

```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install.md
Expand Up @@ -11,7 +11,7 @@ binaries, Docker images, and support various package managers.
We recommend using Docker to run Ory Kratos:

```shell
$ docker pull oryd/kratos:
$ docker pull oryd/kratos:v0.8.0-alpha.3
$ docker run --rm -it oryd/kratos help
```

Expand All @@ -33,7 +33,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

```shell
$ bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b . kratos
$ bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b . kratos v0.8.0-alpha.3
$ ./kratos help
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Expand Up @@ -126,7 +126,7 @@ Let's clone Ory Kratos and run `docker-compose`:
```shell script
git clone https://github.com/ory/kratos.git
cd kratos
git checkout
git checkout v0.8.0-alpha.3

docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
# If you have SELinux, run:
Expand Down
Empty file.

0 comments on commit 032b23a

Please sign in to comment.