From 86ff64ac4433f8add2db208e7cae219f286cece8 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Sep 2018 16:49:03 +0200 Subject: [PATCH] if 1.30-beta is not out yet use nightly --- src/intro/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intro/install.md b/src/intro/install.md index 23bd3a1..89f0afb 100644 --- a/src/intro/install.md +++ b/src/intro/install.md @@ -61,7 +61,8 @@ $ rustup default beta ``` **NOTE** Make sure you have a beta equal to or newer than `1.30-beta`. `rustc --V` should return a date newer than the one shown below: +-V` should return a date newer than the one shown below. If `1.30-beta` is not +out yet then use the nightly channel for the time being. ``` console $ rustc -V