From 6ff45d0eddab7261d93bb73904305001ba6dc444 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 16 Apr 2022 00:45:15 -0400 Subject: [PATCH] [+] Add AUR package --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c730a42a..373f40b5 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,21 @@ neofetch with pride flags <3 ## Installation +### Method 1: Install using Python pip (Recommended) + Install Python >= 3.7 first. Then, just do: ```sh pip install hyfetch ``` +### Method 2: Install using system package manager + +Currently, these distributions have existing packages for HyFetch: + +* ArchLinux: `yay -S hyfetch` (Thanks to @ Aleksana) +* Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) + ## Usage When you run `hyfetch` for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue!