From 44ff25d044b7a1adc518c55b85efca7751028633 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sun, 19 May 2019 19:41:15 -0600 Subject: [PATCH] Update readme * rustfmt no longer in preview * since virtual manifest, cargo commands no longer require `--all` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ec7cba1f1..a5ad1368ad 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Install rustc, cargo and rustfmt: ```bash $ curl https://sh.rustup.rs -sSf | sh $ source $HOME/.cargo/env -$ rustup component add rustfmt-preview +$ rustup component add rustfmt ``` If your rustc version is lower than 1.34.0, please update it: @@ -66,7 +66,7 @@ $ cd solana Build ```bash -$ cargo build --all +$ cargo build ``` Then to run a minimal local cluster @@ -80,7 +80,7 @@ Testing Run the test suite: ```bash -$ cargo test --all +$ cargo test ``` Local Testnet