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

314 B

Manual

cd yafetch
make clean
make
make strip  # optional, strips the binary
sudo make install

Arch linux (AUR)

Upgrade using your AUR helper

Gentoo ebuild

sudo emerge --sync dinolay
sudo emerge -uDUN --with-bdeps=y @world

Suggestions and more sources are welcome (PRs are open)