diff --git a/index.html b/index.html index 9cc160c..b0aaa3f 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@

Installation via Rustup

Install Rust nightly and rust-src via Rustup by typing the following snippet into a terminal. The rust-src component is required to allow Rust to compile libcore for any chip being targeted.

-            $ rustup component add nightly rust-src
+            $ rustup component add --toolchain nightly rust-src
           
  • Done!