Skip to content

Commit 6e96829

Browse files
Update README.md
1 parent 78c4b65 commit 6e96829

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ The neofetch alternative that is python-based. Displays information about your d
99
- If your distro fails to be detected, python-pyfiglet will use the "PyFetch" fallback text.
1010

1111
## How to install PyFetch
12-
13-
### From AUR (Recommended for Arch)
14-
```bash
15-
yay -S pyfetch
16-
```
17-
18-
### Other ways
1912
There is a tarball installer on github releases. Download it then extract it then run this command in the install folder:
2013
```bash
2114
sudo ./install.sh
@@ -33,7 +26,7 @@ pip install pyfiglet
3326
```
3427
or
3528
```bash
36-
yay -S python-pyfiglet
29+
sudo pacman -S python-pyfiglet
3730
```
3831

3932
## License

0 commit comments

Comments
 (0)