From 306413912c97bc61c8914744bb60a619012d780e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Fri, 21 Jun 2024 16:53:19 +0900 Subject: =?UTF-8?q?README=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 44cb5bb..dfc9d19 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ ![](https://this.is.very.dangerous.software/2024-06-20-114921_1920x1080_scrot.png) ## インストールする方法 | Installation +### OpenBSD | NetBSD | FreeBSD +```sh +make +doas make install +``` + ### CRUX ```sh doas prt-get bmake @@ -10,21 +16,24 @@ bmake doas bmake install ``` -### Artix +### Void ```sh -doas pacman -S base-devel bmake +doas xbps-install bmake bmake doas bmake install ``` -### OpenBSD +### Artix ```sh -make -doas make install +doas pacman -S base-devel bmake +bmake +doas bmake install ``` -### FreeBSD +### Debian | Devuan | Ubuntu | Linux Mint | PopOS +[Kazuhikoさん](https://social.076.moe/conversation/1127279#notice-2122922) ```sh -make -doas make install +doas apt install -y build-essential bmake git pciutils +bmake +doas bmake install ``` -- cgit v1.2.3