diff options
-rw-r--r-- | README.org | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/README.org b/README.org index e214003..dec045c 100644 --- a/README.org +++ b/README.org @@ -19,6 +19,13 @@ the reddit API. I reference things from the web in my Journal & don't want those links to break so I save them locally. Previously I used to manually archive the whole thread, this automates it. +* Demo +This was recorded with =asciinema(1)=. + +[[https://asciinema.org/a/373860][https://asciinema.org/a/373860.png]] + ++ Draco v0.1.2: https://asciinema.org/a/373860 ++ Draco 2020-11-19: https://asciinema.org/a/373851 * Installation #+BEGIN_SRC sh # Clone the project. @@ -32,7 +39,6 @@ cpan install HTTP::Tiny # Install. (Use sudo if doas is not present) doas make install #+END_SRC - * Dependencies ** Unicode::LineBreak This is used to wrap the text at 76 columns. Draco can work without this @@ -40,6 +46,6 @@ module. ** JSON::MaybeXS This module is required for Draco to work, it can be replaced with any other module that parses JSON & produces same data structure. -** HTTP::Tiny +** =HTTP::Tiny= Draco can work without this module if you can get the file some other way. |