diff --git a/README.md b/README.md index 460e069..2b58aff 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Currently, only Windows (x86_64, gnu/msvc) and Linux (x86_64/aarch64, gnu/musl) To build Oxidefetch, you need Cargo. If you do not already have Cargo installed 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. You will also probably need a C/C++ compiler and a build system- most likely CMake and Visual Studio Build Tools, or GNU Make and the GNU compiler collection. You will be prompted to install these if they're not found during compilation. You can use Cargo, once it's installed, to automatically build and install Oxidefetch like so: -`cargo install --git https://github.com/shibedrill/oxidefetch`. +`cargo install --git https://git.shibedrill.site/shibedrill/oxidefetch`. Alternatively, you can get it from the Crates repos, using `cargo install oxidefetch`. But it might be slightly out of date. From there, it *should* be in your `$PATH`. If not, add `source ~/.cargo/env` to your profile, or add `~/.cargo/bin` to your `$PATH`.