ファイルへ移動
守矢諏訪子 cf8add3824 . 2024-06-20 11:40:32 +09:00
.github . 2024-06-20 11:40:32 +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:52:29 +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