File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,16 +210,25 @@ Or run it directly with `nix run`
210210nix run nixpkgs#microfetch
211211```
212212
213- Non-Nix users will have to build Microfetch with ` cargo ` . It is not published
214- anywhere but I imagine you can use ` cargo install --git ` to install it from
215- source.
213+ [ crates.io ] : https://crates.io/crates/microfetch
214+
215+ Non-Nix users, if they plan to run this for some reason, will need to build
216+ Microfetch from source or install it with ` cargo ` . Microfetch is published on
217+ [ crates.io] and can be installed with ` cargo install ` .
216218
217219``` bash
218- cargo install --git https://github.com/notashelf/microfetch.git
220+ # Get Microfetch from crates.io
221+ cargo install microfetch
219222```
220223
221- Microfetch is _ currently_ not available anywhere else. Though, does it _ really_
222- have to be?
224+ ### Other Distros
225+
226+ <!-- Remove & replace with "unofficial" warning if adding distro-specific instructions -->
227+
228+ To my knowledge, there is no package for (nor a reason to package) Microfetch
229+ but if you run a patched version for your distribution, feel free to leave your
230+ repository (AUR, COPR, etc.) here as reference for those that might be
231+ interested in Microfetch tailored to their distributions.
223232
224233## Customizing
225234
You can’t perform that action at this time.
0 commit comments