summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-17 22:41:46 +0900
committer諏訪子 <suwako@076.moe>2024-06-17 22:44:17 +0900
commitcf13f2d8c1622a46f6499dcb762ea2b9370d99fc (patch)
treee3a3cefd85fd1bd3d77e76f074990f8452888dc9 /README.md
最初コミット
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
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
+```