Skip to content

Commit

Permalink
docs(user-guide/installation): update "General tips"
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 23, 2024
1 parent bd41115 commit 7ccf717
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/user-guide/src/installation/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ After installing rustup with your favorite package manager, there are usually tw
$ rustup default stable
```

> As of 2024/07/24, this is the case for
> [DNF](https://developer.fedoraproject.org/tech/languages/rust/further-reading.html).
> As of 2024/12/23, this is the case for
> [APT](https://packages.debian.org/search?searchon=names&keywords=rustup),
> [homebrew](https://formulae.brew.sh/formula/rustup)
> and [pacman](https://wiki.archlinux.org/title/Rust#Arch_Linux_package).
- If your package manager has only made the `rustup-init` command available, simply run:

Expand All @@ -64,10 +66,8 @@ After installing rustup with your favorite package manager, there are usually tw
managed by rustup, and install a default toolchain. When the installation is completed,
please make sure that these proxies (usually under `$HOME/.cargo/bin`) are exposed via your `$PATH`.

> As of 2024/07/24, this is the case for
> [APT](https://packages.debian.org/search?searchon=names&keywords=rustup),
> [homebrew](https://formulae.brew.sh/formula/rustup)
> and [pacman](https://wiki.archlinux.org/title/Rust#Arch_Linux_package).
> As of 2024/12/23, this is the case for
> [DNF](https://developer.fedoraproject.org/tech/languages/rust/further-reading.html).
Now you should be able to run `rustup`, `rustc`, `cargo`, etc. normally.

Expand Down

0 comments on commit 7ccf717

Please sign in to comment.