diff --git a/.gitignore b/.gitignore index b18c60e..c519deb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,9 +13,3 @@ /dist /build /*.egg-info - -# currently not using -/screenshot*.png - -# only for development, normally external -/doreah diff --git a/README.md b/README.md index e4f68c1..63a1727 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Simple self-hosted music scrobble database to create personal listening statisti You can check [my own Maloja page](https://maloja.krateng.ch) to see what it looks like (it's down fairly often because I use it as staging environment, that doesn't reflect the stability of the Maloja software!). +![screenshot](screenshot.png?raw=true) + ## Table of Contents * [Features](#features) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..5f31e70 Binary files /dev/null and b/screenshot.png differ