farfetch/README.md

31 行
378 B
Markdown
Raw 通常表示 履歴

2024-06-17 22:41:46 +09:00
# farfetch
2024-06-20 11:53:47 +09:00
![](https://this.is.very.dangerous.software/2024-06-20-114921_1920x1080_scrot.png)
2024-06-17 22:41:46 +09:00
## インストールする方法 | Installation
### CRUX
```sh
doas prt-get bmake
bmake
doas bmake install
```
### Artix
```sh
doas pacman -S base-devel bmake
bmake
doas bmake install
```
### OpenBSD
```sh
make
doas make install
```
### FreeBSD
```sh
make
doas make install
```