aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 14:17:50 +0000
committerFuwn <[email protected]>2021-05-03 14:17:50 +0000
commitb4874c25f7071871daea5cfa6a1a0cbf5b9c4dd3 (patch)
treefa75535c1d23b93c8446fe8d64622514900b62af
parentchore(git): finally implement commit message linting (diff)
downloadwhirl-b4874c25f7071871daea5cfa6a1a0cbf5b9c4dd3.tar.xz
whirl-b4874c25f7071871daea5cfa6a1a0cbf5b9c4dd3.zip
docs(readme): add development prerequisites
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f222e52..e88cdc6 100644
--- a/README.md
+++ b/README.md
@@ -43,5 +43,12 @@ Use in production environments is not recommended as this project is a work-in-p
## Contributing
Please reference the [contribution guidelines](./CONTRIBUTING.md) of this repository.
+## Prerequisites
+### Required
+- [sqlx-cli](https://crates.io/crates/sqlx-cli)
+
+### Optional
+- [cargo-watch](https://crates.io/crates/cargo-watch)
+
### License
[GNU General Public License v3.0](./LICENSE)