From 55062bbb46359d617aebc26fa7762b79986d1cfd Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 21 Jul 2020 20:33:29 -0700 Subject: [PATCH] Add links for Rustup and C++ build tools Signed-off-by: Ana Hobden --- embedded-workshop-book/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index b8045c7..7231829 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -97,9 +97,9 @@ In Zadig's graphical user interface, ### Base Rust installation -Go to https://rustup.rs and follow the instructions. +Go to [https://rustup.rs](https://rustup.rs/) and follow the instructions. -**Windows**: *Do* install the optional components of the C++ build tools package. The installation size may take up to 2 GB of disk space. +**Windows**: *Do* install the optional components of the [C++ build tools package](https://visualstudio.microsoft.com/visual-cpp-build-tools/). The installation size may take up to 2 GB of disk space. ### Rust Analyzer