diff options
-rw-r--r-- | META6.json | 2 | ||||
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | README.org | 8 |
3 files changed, 23 insertions, 1 deletions
diff --git a/META6.json b/META6.json index 1deb828..cf0dab6 100644 --- a/META6.json +++ b/META6.json @@ -7,7 +7,7 @@ "license" : "ISC", "perl" : "6.d", "provides" : { - "Antlia::CLI" : "lib/Antlia/CLI.rakumod", + "Antlia::CLI" : "lib/Antlia/CLI.rakumod" }, "depends" : [ "Terminal::Table:auth<github:araraloren>" diff --git a/README b/README index 2499d14..a578657 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ Table of Contents ───────────────── +Demo Installation Documentation News @@ -21,6 +22,19 @@ News ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ +Demo +════ + + This was recorded with `asciinema'. + + [https://asciinema.org/a/410736.png] + + ⁃ Antlia v0.1.0: <https://asciinema.org/a/410736> + + +[https://asciinema.org/a/410736.png] <https://asciinema.org/a/410736> + + Installation ════════════ diff --git a/README.org b/README.org index d6b3cec..9069d8a 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,14 @@ | Source | https://git.tilde.institute/andinus/antlia | | GitHub (mirror) | https://github.com/andinus/antlia | +* Demo + +This was recorded with ~asciinema~. + +[[https://asciinema.org/a/410736][https://asciinema.org/a/410736.png]] + ++ Antlia v0.1.0: https://asciinema.org/a/410736 + * Installation Antlia is released to CPAN, you can get it from there or install it from |