From 4773f6b721e3dfe808cb2ba5f5f106501f9d96f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Leahu-Vl=C4=83ducu?= Date: Mon, 16 Dec 2024 12:30:33 +0100 Subject: [PATCH] readme: clarify when one needs to adjust the rustup config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Laurențiu Leahu-Vlăducu [ TL: add tag to subject and shorten it ] Signed-off-by: Thomas Lamprecht --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0caa9874..b3829a76 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,11 @@ Build & Release Notes ``rustup`` Toolchain ==================== -We normally want to build with the ``rustc`` Debian package. To do that -you can set the following ``rustup`` configuration: +We normally want to build with the ``rustc`` Debian package (see below). If you +still want to use ``rustup`` for other reasons (e.g. to easily switch between +the official stable, beta, and nightly compilers), you should set the following +``rustup`` configuration to use the Debian-provided ``rustc`` compiler +by default: # rustup toolchain link system /usr # rustup default system