From f6b35d12a4328acc7a0f85c7e383251c2823143b Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 31 Jul 2020 15:05:30 -0400 Subject: Move tool installation into scripts. Now that it's done in two (well, three, if you count the README) places, it's best if its done consistently. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4dc7c75..e8ff197 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,10 @@ you're willing to take that chance. To set this up: -* Install additional Rust components: +* Install additional Rust components and Cargo binaries: ```bash - rustup component add clippy rustfmt - ``` - -* Install `cargo-udeps`: - - ```bash - cargo install cargo-udeps + tools/install-tool-dependencies ``` * Configure Git to use these hooks: -- cgit v1.2.3