docs: collapse contributing.md suggested cargo install commands

Should be easier to copy-and-paste and install everything this way?
This commit is contained in:
Waleed Khan 2024-12-06 10:15:53 -08:00
parent 89d57ffb29
commit c2b86197f5

View file

@ -133,9 +133,7 @@ recommended steps.
One-time setup:
rustup toolchain add nightly # wanted for 'rustfmt'
cargo install cargo-insta
cargo install cargo-watch
cargo install cargo-nextest
cargo install cargo-insta cargo-watch cargo-nextest
During development (adapt according to your preference):