Skip to content

Commit

Permalink
readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 10, 2024
1 parent db4b2e7 commit aa90f7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ and then run the following in your project:
cargo +nightly careful test
```

Running `cargo careful` requires a recent nightly toolchain (the last 3 months of nightly versions
are supported). You can also `cargo +nightly careful run` to execute a binary crate. All `cargo
test` and `cargo run` flags are supported.
You can also `cargo +nightly careful run` to execute a binary crate. All `cargo test` and `cargo
run` flags are supported.

Running `cargo careful` requires a recent nightly toolchain. Nightly versions from the last 3 months
are supported.

The first time you run `cargo careful`, it needs to run some setup steps, which requires the
`rustc-src` rustup component -- the tool will offer to install it for you if needed.
Expand Down

0 comments on commit aa90f7f

Please sign in to comment.