From 5ea3070abff80fdfd0c2a843cad9ea76b63c2c7a Mon Sep 17 00:00:00 2001 From: Borys Date: Mon, 28 Apr 2025 13:20:44 +0300 Subject: [PATCH] refactor: update contributing doc (#5016) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5a1acce6..a320c31c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,8 +22,8 @@ cd build-dbg && ninja dragonfly cd dragonfly # project root # Make sure you have 'pre-commit', 'clang-format' and black is installed -pip install pre-commit clang-format -pip install pre-commit black +pipx install pre-commit clang-format +pipx install pre-commit black # IMPORTANT! Enable our pre-commit message hooks # This will ensure your commits match our formatting requirements