From 76da22e66aaccda4a428e41e233ef7f3732463fd Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 18 Nov 2019 15:22:51 +0300 Subject: Don't create a separate bin for format hook --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/README.md b/docs/dev/README.md index 006518afc..0823ca09a 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -55,7 +55,7 @@ We use Travis for CI. Most of the things, including formatting, are checked by be green as well. We use bors-ng to enforce the [not rocket science](https://graydon2.dreamwidth.org/1597.html) rule. -You can run `cargo format-hook` to install git-hook to run rustfmt on commit. +You can run `cargo xtask install-pre-commit-hook` to install git-hook to run rustfmt on commit. # Code organization -- cgit v1.2.3