diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-21 16:53:19 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-21 16:53:19 +0900 |
commit | 306413912c97bc61c8914744bb60a619012d780e (patch) | |
tree | b94ec401de8cec9a951e2479682eb30e3fa7f3c4 /README.md | |
parent | 18b54348a0f646b87b4c32472c01a28f96e4d6fa (diff) |
READMEの変更
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -3,6 +3,12 @@  ## インストールする方法 | 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 ``` |