ファイルへ移動
守矢諏訪子 c6fe85d881 . 2024-06-20 05:43:26 +09:00
src . 2024-06-20 05:43:26 +09:00
.gitignore
CHANGELOG.md
LICENSE.txt
Makefile
README.md
farfetch.1
farfetch.conf
main.c . 2024-06-20 05:43:26 +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