diff --git a/README.md b/README.md index 87a09e9..f8a5a39 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ let rule = RuleBuilder::new() #### Usful Commands ```bash +# Install dependencies +nix develop -c make install-deps + # Run all tests make test