From 8d0393d654d4936d0af842c14bf676d377bacda1 Mon Sep 17 00:00:00 2001 From: Azalea Date: Tue, 26 Sep 2023 07:48:15 -0700 Subject: [PATCH] [U] Update installation method Closes #188 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb0e42f3..33ba67a6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Install Python >= 3.7 first. Then, just do: ```sh pip install -U hyfetch +# or +pipx install -U hyfetch ``` ### Method 2: Install using system package manager