summaryrefslogtreecommitdiff
path: root/README.md
blob: 44cb5bb49372741d6fe1832c22ea19f9e49fd5a8 (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
29
30
# farfetch

![](https://this.is.very.dangerous.software/2024-06-20-114921_1920x1080_scrot.png)

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