From 3de8b5ef8e9bf9ad081fe143ab66158e09cee694 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 12 Jan 2026 11:01:00 +0300 Subject: [PATCH] docs: add `cargo install` instructions to README Signed-off-by: NotAShelf Change-Id: I2ff7d28036ef717fb8a5a29c0f98e3e86a6a6964 --- docs/README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 40fd43b..2e8830b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -210,16 +210,25 @@ Or run it directly with `nix run` nix run nixpkgs#microfetch ``` -Non-Nix users will have to build Microfetch with `cargo`. It is not published -anywhere but I imagine you can use `cargo install --git` to install it from -source. +[crates.io]: https://crates.io/crates/microfetch + +Non-Nix users, if they plan to run this for some reason, will need to build +Microfetch from source or install it with `cargo`. Microfetch is published on +[crates.io] and can be installed with `cargo install`. ```bash -cargo install --git https://github.com/notashelf/microfetch.git +# Get Microfetch from crates.io +cargo install microfetch ``` -Microfetch is _currently_ not available anywhere else. Though, does it _really_ -have to be? +### Other Distros + + + +To my knowledge, there is no package for (nor a reason to package) Microfetch +but if you run a patched version for your distribution, feel free to leave your +repository (AUR, COPR, etc.) here as reference for those that might be +interested in Microfetch tailored to their distributions. ## Customizing