diff --git a/README.md b/README.md index f743e80..1406b29 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ When logging in, enter: - **Miniflux**: `https://example.com` - Other compatible servers: consult your server's documentation for the Greader API endpoint -This is version 3, rewritten in Rust with GTK4 and libadwaita. - ## Dependencies ### Runtime @@ -56,6 +54,16 @@ Set `PREFIX` to install elsewhere: sudo PREFIX=/usr ./install.sh ``` +## Trivia + +This is version 3 of FeedTheMonkey, rewritten in Rust with GTK4 and libadwaita. +Version 2 was written in C++ with Qt and QML, and version 1 in PyQt — you can find +them in the `v2` and `v1` branches of this repo. + +## Screenshot + +![FeedTheMonkey screenshot](data/screenshot.png) + ## Keyboard shortcuts | Key | Action | diff --git a/data/screenshot.png b/data/screenshot.png new file mode 100644 index 0000000..bec8f97 Binary files /dev/null and b/data/screenshot.png differ