forked from mirror/async-std
Adds +nightly to cargo commands in README
This commit is contained in:
parent
252bbddbd1
commit
cf6277bcdc
1 changed files with 2 additions and 2 deletions
|
@ -111,13 +111,13 @@ git clone git@github.com:async-rs/async-std.git && cd async-std
|
|||
Generate docs:
|
||||
|
||||
```
|
||||
cargo doc --features docs --open
|
||||
cargo +nightly doc --features docs --open
|
||||
```
|
||||
|
||||
Check out the [examples](examples). To run an example:
|
||||
|
||||
```
|
||||
cargo run --example hello-world
|
||||
cargo +nightly run --example hello-world
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue