From 68f4ee4156526e02ed792276670a80a1520fe39a Mon Sep 17 00:00:00 2001 From: Shibe Drill <53824200+shibedrill@users.noreply.github.com> Date: Fri, 6 Jan 2023 18:02:01 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 59faaa4..1185271 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ I've measured speeds of up to 25 times faster than normal Neofetch on WSL2. To build Oxidefetch, you need Cargo. You can use Cargo to automatically build and install it like so: ```cargo install --git https://github.com/shibedrill/oxidefetch```. From there, it *should* be in your PATH. If not, add ```~/.cargo/bin``` to your PATH. If you do not already have Cargo installed -on your system, you can do so by [installing Rustup](https://doc.rust-lang.org/cargo/getting-started/installation.html "installing -Rustup"). +on your system, you can do so by installing Rustup- either via the [instructions on their website](https://doc.rust-lang.org/cargo/getting-started/installation.html "instructions on their website") or via your system package manager. ### Dependencies (Runtime) There's only a couple runtime dependencies for this project.