19 lines
314 B
Markdown
19 lines
314 B
Markdown
# Manual
|
|
```bash
|
|
cd yafetch
|
|
make clean
|
|
make
|
|
make strip # optional, strips the binary
|
|
sudo make install
|
|
```
|
|
|
|
# Arch linux (AUR)
|
|
Upgrade using your AUR helper
|
|
|
|
# Gentoo ebuild
|
|
```bash
|
|
sudo emerge --sync dinolay
|
|
sudo emerge -uDUN --with-bdeps=y @world
|
|
```
|
|
|
|
## Suggestions and more sources are welcome (PRs are open)
|