From 000746e6250cfa2edc7c8ad4a413f6e677a9780d Mon Sep 17 00:00:00 2001 From: david Date: Tue, 21 May 2024 07:55:04 +0200 Subject: [PATCH] Fixing URL in BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 719a292..9c745ab 100644 --- a/BUILD.md +++ b/BUILD.md @@ -50,7 +50,7 @@ If a newer version doesn't work, a specific version can be installed with the fo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=1.78.0 ``` -For more information see this [GitHub Issue](https://github.com/rust-lang/rustup/issues/2882) and the [official installation instructions](Info: https://rust-lang.github.io/rustup/installation/other.html). +For more information see this [GitHub Issue](https://github.com/rust-lang/rustup/issues/2882) and the [official installation instructions](https://rust-lang.github.io/rustup/installation/other.html). After installing, run the following commands to get the necessary targets: ```bash