aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-10 20:37:50 +0000
committerFuwn <[email protected]>2021-05-10 20:37:50 +0000
commitae4e9fc3ab54a1538906b3bc71f7873f97028e9f (patch)
tree0324b637b5bf8eac6c85f1495f7e0cb60afc24da
parentbuild(nix): add dev dependencies to nix shell build inputs (diff)
downloadwhirl-ae4e9fc3ab54a1538906b3bc71f7873f97028e9f.tar.xz
whirl-ae4e9fc3ab54a1538906b3bc71f7873f97028e9f.zip
fix(readme): fix dev dependecies
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8520df..83e9ac0 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,10 @@ 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
+## Development Dependencies
### Required
- [diesel_cli](https://crates.io/crates/diesel_cli)
+- [cargo-make](https://github.com/sagiegurari/cargo-make)
### Optional
- [cargo-watch](https://crates.io/crates/cargo-watch)