From cf6277bcdc2ec69224bd84231279ec124c0f1204 Mon Sep 17 00:00:00 2001 From: Michael J Ward Date: Sun, 6 Oct 2019 09:24:29 -0500 Subject: [PATCH] Adds +nightly to cargo commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6b818..ae129aa 100644 --- a/README.md +++ b/README.md @@ -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