mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
refactor: update contributing doc (#5016)
This commit is contained in:
parent
98fb8fb38f
commit
5ea3070abf
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ cd build-dbg && ninja dragonfly
|
||||||
cd dragonfly # project root
|
cd dragonfly # project root
|
||||||
|
|
||||||
# Make sure you have 'pre-commit', 'clang-format' and black is installed
|
# Make sure you have 'pre-commit', 'clang-format' and black is installed
|
||||||
pip install pre-commit clang-format
|
pipx install pre-commit clang-format
|
||||||
pip install pre-commit black
|
pipx install pre-commit black
|
||||||
|
|
||||||
# IMPORTANT! Enable our pre-commit message hooks
|
# IMPORTANT! Enable our pre-commit message hooks
|
||||||
# This will ensure your commits match our formatting requirements
|
# This will ensure your commits match our formatting requirements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue