We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4b65 commit 6e96829Copy full SHA for 6e96829
1 file changed
README.md
@@ -9,13 +9,6 @@ The neofetch alternative that is python-based. Displays information about your d
9
- If your distro fails to be detected, python-pyfiglet will use the "PyFetch" fallback text.
10
11
## How to install PyFetch
12
-
13
-### From AUR (Recommended for Arch)
14
-```bash
15
-yay -S pyfetch
16
-```
17
18
-### Other ways
19
There is a tarball installer on github releases. Download it then extract it then run this command in the install folder:
20
```bash
21
sudo ./install.sh
@@ -33,7 +26,7 @@ pip install pyfiglet
33
26
```
34
27
or
35
28
36
-yay -S python-pyfiglet
29
+sudo pacman -S python-pyfiglet
37
30
38
31
39
32
## License
0 commit comments