summaryrefslogtreecommitdiff
path: root/README.md
blob: 109dadce7f6075d066e714ab416f7b513b846a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
```