Skip to content

Commit

Permalink
refer to gh pages in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sd committed Jul 1, 2023
1 parent 85abe65 commit 59da56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ This means it **will never implement**:

## Getting Started

Rauthy hosts its own documentation for each version. It is not fully complete yet, but a lot of things are already
written down. The 'Rauthy Book' is not hosted in the public so far. You need to spin up a docker instance:
Either just take a look at the [Rauthy Book](https://sebadob.github.io/rauthy/), or start directly by taking a look at
the application yourself with docker on your localhost:

```
docker run -it --rm -p 8080:8080 sdobedev/rauthy@sha256:d004b55429a4747c8e1594668c2bd2fa8e8930e2fab1173d0da5eec40bdd652b
Expand All @@ -123,7 +123,7 @@ docker run -it --rm -p 8080:8080 sdobedev/rauthy@sha256:d004b55429a4747c8e159466
Please keep in mind, that t the time of writing, the docker image is hosted in the free tier and will be rate limited
if there are too many pulls.

## Next Steps
## Next Steps for the project

- migrate to Svelte 4 in the frontend to get rid of the `unsafe-inline` CSP
- add more documentation
Expand Down

0 comments on commit 59da56f

Please sign in to comment.