diff options
author | Andinus <andinus@nand.sh> | 2020-11-19 13:15:32 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-19 13:15:32 +0530 |
commit | d3c2f24adcdbaed5d422b9cf00ca73cbeb6d46e5 (patch) | |
tree | b6a22b6fa109c57bdcc7a9e49665f6cefa09bc90 /README.org | |
parent | 905b88fc8dee32a14de8cde031380a9d2fade166 (diff) | |
download | draco-d3c2f24adcdbaed5d422b9cf00ca73cbeb6d46e5.tar.gz |
Add links to Demo in README
Diffstat (limited to 'README.org')
-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. |