このコミットが含まれているのは:
守矢諏訪子 2023-11-17 01:39:24 +09:00
コミット 8b35b2ba11
1個のファイルの変更3行の追加12行の削除

ファイルの表示

@ -14,23 +14,14 @@
## GNU/Linux
```sh
make
doas make install PREFIX=/usr
```
## OpenBSD、FreeBSD
## \*BSD
```sh
gmake
doas gmake install
```
## OpenIndiana
## Illumos
```sh
gmake
sudo gmake install PREFIX=/usr
```
## NetBSD
```sh
gmake
doas gmake install PREFIX=/usr/pkg
gmake PREFIX=/usr
```