READMEの変更

このコミットが含まれているのは:
守矢諏訪子 2024-06-21 16:53:19 +09:00
コミット 306413912c
1個のファイルの変更18行の追加9行の削除

ファイルの表示

@ -3,6 +3,12 @@
![](https://this.is.very.dangerous.software/2024-06-20-114921_1920x1080_scrot.png) ![](https://this.is.very.dangerous.software/2024-06-20-114921_1920x1080_scrot.png)
## インストールする方法 | Installation ## インストールする方法 | Installation
### OpenBSD | NetBSD | FreeBSD
```sh
make
doas make install
```
### CRUX ### CRUX
```sh ```sh
doas prt-get bmake doas prt-get bmake
@ -10,6 +16,13 @@ bmake
doas bmake install doas bmake install
``` ```
### Void
```sh
doas xbps-install bmake
bmake
doas bmake install
```
### Artix ### Artix
```sh ```sh
doas pacman -S base-devel bmake doas pacman -S base-devel bmake
@ -17,14 +30,10 @@ bmake
doas bmake install doas bmake install
``` ```
### OpenBSD ### Debian | Devuan | Ubuntu | Linux Mint | PopOS
[Kazuhikoさん](https://social.076.moe/conversation/1127279#notice-2122922)
```sh ```sh
make doas apt install -y build-essential bmake git pciutils
doas make install bmake
``` doas bmake install
### FreeBSD
```sh
make
doas make install
``` ```