summaryrefslogtreecommitdiff
path: root/README.org
blob: 2c3f7d84dc33d0f304b33078fe908255a2b8bb13 (plain)
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
#+author: Benjamin Chausse

* SiXKCD: XKCD comics in the sixel format

XKCD is great. What's even better is viewing his comics
directly in your terminal using sixel graphics!

To achieve this, you need a terminal that supports it.
Here's a good reference to find one or learn if yours
already does:

[[https://www.arewesixelyet.com/]]

#+HTML:<center>
[[./demo.png]]
#+HTML:</center>

** Installation

#+begin_src sh
make
make install
# To uninstall:
make uninstall
#+end_src