mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Update section
This commit is contained in:
parent
12d1971b0d
commit
516fcf9168
@ -60,8 +60,11 @@ You are probably using Linux and installed Rust using your package manager.
|
|||||||
|
|
||||||
Cargo installs binaries to the directory `~/.cargo/bin`.
|
Cargo installs binaries to the directory `~/.cargo/bin`.
|
||||||
Sadly, package managers often don't add `~/.cargo/bin` to your `PATH` environment variable.
|
Sadly, package managers often don't add `~/.cargo/bin` to your `PATH` environment variable.
|
||||||
The solution is to either add it manually or to uninstall Rust from the package manager and isntall it using the official way with `rustup`:
|
|
||||||
https://www.rust-lang.org/tools/install
|
The solution is to …
|
||||||
|
|
||||||
|
- either add `~/.cargo/bin` manually to `PATH`
|
||||||
|
- or to uninstall Rust from the package manager and install it using the official way with `rustup`: https://www.rust-lang.org/tools/install
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user