Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
move pre-commit install command further down
  • Loading branch information
eriktaubeneck authored Sep 13, 2024
1 parent 8b29372 commit d44fecb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ Requirements:
4. Docker


#### Pre-commit Hooks

Github is set up to run pre-commit hooks specified in .pre-commit-config.yaml. If you want to use it locally, in the virtual environment, run `pre-commit install`.


#### macOS install prerequisites

`brew install python3 node supabase/tap/supabase traefik`
Expand Down Expand Up @@ -179,6 +174,10 @@ source .venv/bin/activate
pip install --editable .
```

#### Pre-commit Hooks

Github is set up to run pre-commit hooks specified in .pre-commit-config.yaml. If you want to use it locally, in the virtual environment, run `pre-commit install`.

## Appendix

### IPA-specific certs
Expand Down

0 comments on commit d44fecb

Please sign in to comment.