yafetch/doc/UPGRADING.md
Ari Archer 370febe169
init
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-15 00:34:09 +02:00

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)