Skip to content

Commit

Permalink
Update section
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Jul 13, 2024
1 parent 12d1971 commit 516fcf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ You are probably using Linux and installed Rust using your package manager.

Cargo installs binaries to the directory `~/.cargo/bin`.
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>

Expand Down

0 comments on commit 516fcf9

Please sign in to comment.