summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-15 00:38:48 +0530
committerAndinus <andinus@inventati.org>2020-03-15 00:38:48 +0530
commitf755d1dc3048c1cd08e83e09c7bb23b77418f29f (patch)
tree262943fec90316e59d140e7c61ebd9816c358ba9 /README.org
parent29e003c3eb5f927d9398c6b72aea5bb5641dc939 (diff)
downloadcetus-f755d1dc3048c1cd08e83e09c7bb23b77418f29f.tar.gz
Add installation instructions
Diffstat (limited to 'README.org')
-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
Morrison <ben@gbmor.dev> 2019-06-04 16:13:27 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-04 18:20:09 -0400 expanding options for databases. abstractions for database push/pull functions' href='/gbmor/getwtxt/commit/getwtxt.yml?h=v0.4.8&id=887c25ef0188d8a2ccd811c1d5896d7d71f254df'>887c25e ^
daa4853 ^


579c0be ^




daa4853 ^



69217dd ^
daa4853 ^
1e0e919 ^




daa4853 ^
















1e0e919 ^



daa4853 ^

c5cf0e1 ^

daa4853 ^

c5cf0e1 ^
daa4853 ^



c5cf0e1 ^
daa4853 ^

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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106