From b4b1d62c46a485a1f0ac5407533fa553ee07f376 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 16 Apr 2023 18:34:37 +0530 Subject: [PATCH] README: fix markdown to follow markdownlint --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9a81949..2866433 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # Cartridges + A GTK4 + Libadwaita game launcher [![Flathub][flathub-image]][flathub-url] @@ -29,8 +30,11 @@ # The Project + Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita. + ## Features + - Manually adding and editing games - Importing games from Steam, Lutris, Heroic, Bottles and itch - Support for multiple Steam install locations @@ -51,21 +55,25 @@ For updates and questions, join our [Discord server][discord-url]! Download on Flathub ### From Releases + 1. Download the latest release from [Releases](https://github.com/kra-mo/cartridges/releases). 2. Install the downloaded file via GNOME Software or `flatpak install hu.kramo.Cartridges.flatpak`. ## Windows ### From Releases + 1. Download the latest release from [Releases](https://github.com/kra-mo/cartridges/releases). 2. Run the downloaded installer. Note: Windows might present you with a warning when trying to install the app. This is expected, just ignore the warning. ### Winget + Install the latest release with the command: `winget install cartridges`. ## Building manually + See [Building](https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md#building). # Contributing