ファイルへ移動
守矢諏訪子 79285280a5 . 2024-06-18 19:54:12 +09:00
src . 2024-06-18 19:54:12 +09:00
.gitignore
CHANGELOG.md
LICENSE.txt
Makefile . 2024-06-18 19:54:12 +09:00
README.md
farfetch.conf
main.c . 2024-06-18 19:54:12 +09:00

README.md

farfetch

インストールする方法 | Installation

CRUX

doas prt-get bmake
bmake
doas bmake install

Artix

doas pacman -S base-devel bmake
bmake
doas bmake install

OpenBSD

make
doas make install

FreeBSD

make
doas make install