summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-20 00:47:48 +0530
committerAndinus <andinus@nand.sh>2020-03-20 00:47:48 +0530
commit929e30adced38ac82f4482aa8c0c813e6fa2471b (patch)
treef3a50120dec172f1dfb59eb69632a4e614bbea55 /README.org
parent4f406504910abdd2f604d3cc29fc41a4f63964ea (diff)
downloadcetus-929e30adced38ac82f4482aa8c0c813e6fa2471b.tar.gz
Add install instruction to readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org
index e5481ad..de3482a 100644
--- a/README.org
+++ b/README.org
@@ -43,3 +43,15 @@ demo videos someday.
 | v0.4.1  | https://diode.zone/videos/watch/a52cc728-93e5-4bba-9375-752e1dba306d |
 | v0.3.1  | https://diode.zone/videos/watch/0808c512-315a-4dab-9526-4a537e8c3257 |
 | v0.2.0  | https://diode.zone/videos/watch/12db31e1-3517-4888-ad06-55f3859447a1 |
+* Installation
+** Pre-built binaries
+Pre-built binaries are available for OpenBSD, FreeBSD & Linux.
+
+If you don't understand what this command does then don't run it. It doesn't
+download the binary, it will just print the steps to install cetus & you have to
+run those commands manually. Better yet don't pipe it directly to sh but review
+it before running.
+
+#+BEGIN_SRC sh
+curl -s https://framagit.org/andinus/cetus/-/raw/master/scripts/install.sh | sh
+#+END_SRC