5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2024-12-21 09:34:21 +03:00

readme: clarify when one needs to adjust the rustup config

Signed-off-by: Laurențiu Leahu-Vlăducu <l.leahu-vladucu@proxmox.com>
 [ TL: add tag to subject and shorten it ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Laurențiu Leahu-Vlăducu 2024-12-16 12:30:33 +01:00 committed by Thomas Lamprecht
parent 40ef2afe01
commit 4773f6b721

View File

@ -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