summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-13 12:07:52 +0200
committermo8it <mo8it@proton.me>2024-07-13 12:07:52 +0200
commit516fcf9168391555aacc7e99f51a99d6a87536c6 (patch)
treefe4b0802864f02bdf74eb29ca94967458c342fa7
parent12d1971b0d458045f318927f1ce18bb6808a19c0 (diff)
Update section
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 35463ef..a7f81c1 100644
--- a/README.md
+++ b/README.md
@@ -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>