diff options
-rw-r--r-- | docs/REVIEWS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md index fd36b927d264..d76f11f41074 100644 --- a/docs/REVIEWS.md +++ b/docs/REVIEWS.md @@ -35,7 +35,8 @@ a commit hook should be installed as follows: ``` git clone "ssh://$USER@code.tvl.fyi:29418/depot" -scp -pOP 29418 $USER@code.tvl.fyi:hooks/commit-msg "depot/.git/hooks/" +curl -Lo depot/.git/hooks/commit-msg https://cl.tvl.fyi/tools/hooks/commit-msg +chmod +x depot/.git/hooks/commit-msg ``` If you have a previous clone of the depot via HTTP you can use `git remote |