Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
* rustfmt no longer in preview
* since virtual manifest, cargo commands no longer require `--all`
  • Loading branch information
garious committed May 20, 2019
1 parent a7e160e commit 44ff25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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:
Expand All @@ -66,7 +66,7 @@ $ cd solana
Build

```bash
$ cargo build --all
$ cargo build
```

Then to run a minimal local cluster
Expand All @@ -80,7 +80,7 @@ Testing
Run the test suite:

```bash
$ cargo test --all
$ cargo test
```

Local Testnet
Expand Down

0 comments on commit 44ff25d

Please sign in to comment.