farfetch/README.md

29 行
294 B
Markdown

# farfetch
## インストールする方法 | 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
```