diff --git a/README.md b/README.md index 51cc38e..e6d2199 100644 --- a/README.md +++ b/README.md @@ -50,34 +50,8 @@ Cartridges is a simple game launcher written in Python using GTK4 + Libadwaita. Note: Windows might present you with a warning when trying to install the app. This is expected, just ignore the warning. -# Building - -## GNOME Builder - -1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder). -2. Click "Clone Repository" with `https://github.com/kra-mo/cartridges.git` as the URL. -3. Click on the build button (hammer) at the top. - -## Meson -```bash -git clone https://github.com/kra-mo/cartridges.git -cd cartridges -meson build -ninja -C build install -``` - # Contributing -## Code -Fork the repository, make your changes, then create a pull request. +See [CONTRIBUTING](https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md). -## Translations -### Weblate -The project can be translated on [Weblate](https://hosted.weblate.org/engage/cartridges/). - -### Manually -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 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. +Thanks to [Weblate](https://weblate.org/) for hosting our translations!