about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 27 insertions, 11 deletions
diff --git a/README.md b/README.md index c987eed..07ddde5 100644 --- a/README.md +++ b/README.md
@@ -2,11 +2,9 @@
2 2
3inspired by 3inspired by
4 4
5=> https://github.com/dylanaraps/birch birch 5* [birch](https://github.com/dylanaraps/birch)
6 6* [castor](https://git.sr.ht/~julienxx/castor)
7=> https://git.sr.ht/~julienxx/castor castor 7* [gemini](https://gemini.circumlunar.space/)
8
9=> https://gemini.circumlunar.space/ gemini
10 8
11# CAPABILITIES 9# CAPABILITIES
12 10
@@ -20,14 +18,35 @@ inspired by
20 18
21# STILL TO DO 19# STILL TO DO
22 20
21* history --
22 SEE the [history branch](https://git.sr.ht/~acdw/bollux/tree/history)
23* test configuring capabilities 23* test configuring capabilities
24* bookmarks 24* bookmarks
25* history
26* mailcap something 25* mailcap something
27* generate certificates? 26* generate certificates?
28* implement TOFU? 27* implement TOFU?
29* recognize more protocols 28* recognize more protocols
30 29
30# INSTALL
31
32## From source
33
34```
35$ git clone https://git.sr.ht/~acdw/bollux
36$ cd bollux
37# make install
38```
39
40## Alternative
41
42```
43$ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux
44$ chmod +x bollux
45$ ./bollux
46```
47
48It's a bash script, so just plop it in your $PATH somewhere.
49
31# LICENSE 50# LICENSE
32 51
33MIT 52MIT
@@ -35,9 +54,6 @@ MIT
35# CONTRIBUTING 54# CONTRIBUTING
36 55
37Feel free to write to my 56Feel free to write to my
38 57[public inbox](https://lists.sr.ht/~acdw/public-inbox)
39=> https://lists.sr.ht/~acdw/public-inbox public inbox
40
41with changes you'd like to make, or submit an issue to the 58with changes you'd like to make, or submit an issue to the
42 59[ticket tracker.](https://todo.sr.ht/~acdw/bollux)
43=> https://todo.sr.ht/~acdw/bollux ticket tracker.