@@ -51,8 +51,10 @@ After installing rustup with your favorite package manager, there are usually tw
5151 $ rustup default stable
5252 ```
5353
54- > As of 2024/07/24, this is the case for
55- > [ DNF] ( https://developer.fedoraproject.org/tech/languages/rust/further-reading.html ) .
54+ > As of 2024/12/23, this is the case for
55+ > [ APT] ( https://packages.debian.org/search?searchon=names&keywords=rustup ) ,
56+ > [ homebrew] ( https://formulae.brew.sh/formula/rustup )
57+ > and [ pacman] ( https://wiki.archlinux.org/title/Rust#Arch_Linux_package ) .
5658
5759- If your package manager has only made the ` rustup-init ` command available, simply run:
5860
@@ -64,10 +66,8 @@ After installing rustup with your favorite package manager, there are usually tw
6466 managed by rustup, and install a default toolchain. When the installation is completed,
6567 please make sure that these proxies (usually under ` $HOME/.cargo/bin ` ) are exposed via your ` $PATH ` .
6668
67- > As of 2024/07/24, this is the case for
68- > [ APT] ( https://packages.debian.org/search?searchon=names&keywords=rustup ) ,
69- > [ homebrew] ( https://formulae.brew.sh/formula/rustup )
70- > and [ pacman] ( https://wiki.archlinux.org/title/Rust#Arch_Linux_package ) .
69+ > As of 2024/12/23, this is the case for
70+ > [ DNF] ( https://developer.fedoraproject.org/tech/languages/rust/further-reading.html ) .
7171
7272Now you should be able to run ` rustup ` , ` rustc ` , ` cargo ` , etc. normally.
7373
0 commit comments