Skip to content

Commit 5ea3070

Browse files
authored
refactor: update contributing doc (#5016)
1 parent 98fb8fb commit 5ea3070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ cd build-dbg && ninja dragonfly
2222
cd dragonfly # project root
2323

2424
# Make sure you have 'pre-commit', 'clang-format' and black is installed
25-
pip install pre-commit clang-format
26-
pip install pre-commit black
25+
pipx install pre-commit clang-format
26+
pipx install pre-commit black
2727

2828
# IMPORTANT! Enable our pre-commit message hooks
2929
# This will ensure your commits match our formatting requirements

0 commit comments

Comments
 (0)