18 lines
259 B
Markdown
18 lines
259 B
Markdown
# Manual
|
|
```bash
|
|
./configure --use-install
|
|
sudo make uninstall
|
|
```
|
|
|
|
# Arch linux (AUR)
|
|
```bash
|
|
sudo pacman -Rns yafetch
|
|
```
|
|
|
|
# Gentoo ebuild
|
|
```bash
|
|
sudo emerge --deselect yafetch
|
|
sudo emerge -c
|
|
```
|
|
|
|
## Suggestions and more sources are welcome (PRs are open)
|