fix markdown test maybe

This commit is contained in:
Matthias Kretschmann 2022-03-30 11:40:13 +01:00
parent 680fbce9df
commit 99a5cbabd3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ For local development, you can simply [create a personal access token](https://g
```bash
cp .env.sample .env
vi .env
# GITHUB_TOKEN=add_your_token_here
vi .env # GITHUB_TOKEN=add_your_token_here
```
When running the site locally, you can use the GraphiQL client running under [localhost:8000/\_\_\_graphql](http://localhost:8000/___graphql) to explore the whole GraphQL layer of the site (not just the GitHub infos).