diff --git a/README.md b/README.md index e8cc981..8e97bc9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,25 @@ An application to combine emojis using Google's Emoji Kitchen. -![image](https://github.com/halfmexican/mingle/assets/103920890/57dec847-e622-4540-a75c-f59d53433139) +![image](https://github.com/halfmexican/mingle/blob/main/data/pv2.png?raw=true) + +## Installation +### Flatpak +Mingle is available on Flathub. -## Download Download on Flathub + +``flatpak install flathub io.github.halfmexican.Mingle`` + +Download latest build from [actions](https://github.com/halfmexican/mingle/actions) + + +### Appimage +Download latest release as an [appimage](https://github.com/halfmexican/mingle/releases/) + +``` +chmod +x Mingle.AppImage +./Mingle.AppImage +```