summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 00:15:34 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 00:15:34 +0100
commit45080e132654284ab78b71bc30d73b54215152ea (patch)
tree56f668cf884a16cb3172775ea10f10c903fd404a /.pre-commit-config.yaml
parent3908bf7b6a86be0bad1ef3b41e97da3f91fb3db5 (diff)
pre-commit: Improve hook install instructions
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b38aebda97..6594d03984 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,7 +20,7 @@
# If you have Python >= 3.7 and python-pip installed, just run:
#
# $ pip install --user pre-commit
-# $ git clone https://github.com/mixxxdj/mixxx.git
+# $ git clone https://github.com/your-fork-of/mixxx.git
# $ cd mixxx
# $ pre-commit install
# $ pre-commit install -t pre-push