summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.org b/README.org
index 1043f2f..9322062 100644
--- a/README.org
+++ b/README.org
@@ -55,3 +55,22 @@ latest release.
 |---------+----------------------------------------------------------------------|
 | 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
+** Binary
+|                 | [[https://framagit.org/andinus/cetus/-/jobs/700844/artifacts/browse][Cetus Artifacts]]          |
+|-----------------+--------------------------|
+| OpenBSD amd64   | [[https://framagit.org/andinus/cetus/-/jobs/700844/artifacts/file/cetus-nasa-openbsd-amd64][cetus-nasa-openbsd-amd64]] |
+| GNU/Linux amd64 | [[https://framagit.org/andinus/cetus/-/jobs/700844/artifacts/file/cetus-nasa-linux-amd64][cetus-nasa-linux-amd64]]   |
+** From Source
+#+BEGIN_SRC sh
+# get master branch archive
+curl -o cetus-master.tar.gz \
+     https://framagit.org/andinus/cetus/-/archive/master/cetus-master.tar.gz
+
+# extract the archive
+tar -xzf cetus-master.tar.gz
+
+# install cetus
+cd cetus-master && \
+    go install ./cmd/cetus-nasa
+#+END_SRC
b675cd8393e'>c52ae116 ^
c9bda4d1 ^



































d3a9db3a ^








c9bda4d1 ^
1c349ac7 ^
d3a9db3a ^
c9bda4d1 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75