diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..109dadc --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# farfetch + +## インストールする方法 | 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 +``` |