From 2d62eb6ebc5711cae3f2e1a2d44cbffd77f9dd44 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:36:25 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 238ad20..9aceae9 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,15 @@ Cartridges is a simple game launcher written in Python using GTK4 + Libadwaita. 1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder). 2. Click "Clone Repository" with `https://github.com/kra-mo/game-shelf.git` as the URL. 3. Click on the build button (hammer) at the top. -4. Install `org.gnome.Platform` from the [gnome-nightly repository](https://wiki.gnome.org/Apps/Nightly) if needed. ## Installation +### Latest Build From GitHub Actions +1. Install `org.gnome.Platform` from the [gnome-nightly repository](https://wiki.gnome.org/Apps/Nightly) if needed. +2. Download the artifact from the latest workflow run. +3. Decompress the archive. +4. Install it via GNOME Software or `flatpak install hu.kramo.Cartridges.flatpak`. + ### From Releases 1. Install `org.gnome.Platform` from the [gnome-nightly repository](https://wiki.gnome.org/Apps/Nightly) if needed. 2. Download the latest release from Releases. @@ -45,6 +50,6 @@ Fork the repository, make your changes, then create a pull request. Currently, translations can be added manually with the following steps: 1. Clone the repository. 2. If it isn't already there, add your language to `/po/LINGUAS`. -3. Create a new translation from the `/po/cartridges.pot` file with a program such as [Poedit](https://poedit.net/). +3. Create a new translation from the `/po/cartridges.pot` file with a translation editor such as [Poedit](https://poedit.net/). 4. Save the file as `[YOUR LANGUAGE CODE].po` to `/po/`. 5. Create a pull request with your translations.