summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f12bc7fe..f833285a9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ To build Zellij, we're using cargo-make – you can install it by running `cargo
Here are some of the commands currently supported by the build system:
```sh
-# Format code, build, then run tests
+# Format code, build, then run tests and clippy
cargo make
# You can also perform these actions individually
cargo make format