From 595b95687beb269d1f086be88dc9cc233bde3fce Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 11 Oct 2022 14:36:27 -0700 Subject: [PATCH] README: document that rustup-installed Rust supports rust-toolchain.toml files by default --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9d7d1c..336e483 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ To use Riff, you need to install these binaries on your system: * [`nix`][nix-install] * [`cargo`][rust-install] +> **Note**: We recommend using `rustup` to install Rust, so that you will get +> `rust-toolchain.toml` support by default. + ## Installation ### Using Nix