Skip to content

Commit

Permalink
docs: Update documentation to add pre-commit installation
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jan 19, 2021
1 parent eb2c1ef commit 407801d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DEVELOPER_NOTES.md
@@ -1,9 +1,10 @@
# Developer notes

## How to have a Keycloak for testing purpose
## Install Pre-commit

Run a docker container:
Install all pre-commit hooks:

```bash
docker run -d --rm --name keycloak -p 9000:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin jboss/keycloak:10.0.0
pre-commit install
pre-commit install --hook-type commit-msg
```

0 comments on commit 407801d

Please sign in to comment.