diff --git a/README.md b/README.md index f114543..9cc3661 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

️📰 Packard

- GitHub Release + Release
Packard is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about.
-![Demo](https://github.com/user-attachments/assets/439f34ef-5c33-4bd1-bce1-1f0fa549794f) +![Demo](demo/demo.gif) This is my first attempt at making something with Rust so that I may learn alongside creating something that I personally find useful. @@ -14,7 +14,7 @@ On NixOS you can install Packard by including it as an input in flake.nix, then ```nix inputs = { - packard.url = "github:troylusty/packard"; + packard.url = "git+https://code.troylusty.com/troy/packard"; }; ... diff --git a/demo/demo.gif b/demo/demo.gif new file mode 100644 index 0000000..971cfda Binary files /dev/null and b/demo/demo.gif differ diff --git a/demo.tape b/demo/demo.tape similarity index 100% rename from demo.tape rename to demo/demo.tape