Skip to content

Commit

Permalink
docs: add dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Jan 1, 2024
1 parent acea5fc commit d15d101
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ Run `qjs` from Bazel:
bazel run @bzlparty_quickjs//:qjs
```

## Development

Install git hooks:

```bash
pre-commit install
```

## License

[GNU GPL 3.0](/LICENSE)

0 comments on commit d15d101

Please sign in to comment.