From dfd7926681ce073ee3625b15f85db4278a2a2b7d Mon Sep 17 00:00:00 2001 From: Vitor K Date: Sun, 1 Aug 2021 09:42:45 -0300 Subject: [PATCH] Update README.md (#5812) * Update README.md Add information about the official release channels and update the IRC chat network. * Apply suggestions from code review Co-authored-by: Pengfei Zhu Co-authored-by: Pengfei Zhu --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b9f79265..56a9010fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,21 @@ Check out our [website](https://citra-emu.org/)! Need help? Check out our [asking for help](https://citra-emu.org/help/reference/asking/) guide. -For development discussion, please join us on our [Discord server](https://citra-emu.org/discord/) or at #citra-dev on freenode. +For development discussion, please join us on our [Discord server](https://citra-emu.org/discord/) or at #citra-dev on libera. + +### Releases + +Citra has two main release channels: Nightly and Canary. + +The [Nightly](https://github.com/citra-emu/citra-nightly) build is based on the master branch, and contains already reviewed and tested features. + +The [Canary](https://github.com/citra-emu/citra-canary) build is based on the master branch, but with additional features still under review. PRs tagged `canary-merge` are merged only into the Canary builds. + +Both builds can be installed with the installer provided on the [website](https://citra-emu.org/download/), but those looking for specific versions or standalone releases can find them in the release tabs of the [Nightly](https://github.com/citra-emu/citra-nightly/releases) and [Canary](https://github.com/citra-emu/citra-canary/releases) repositories. + +Currently, development and releases of the Android version are in [a separate repository](https://github.com/citra-emu/citra-android). + +A Flatpak for Citra is available on [Flathub](https://flathub.org/apps/details/org.citra_emu.citra). Details on the build process can be found in [our Flathub repository](https://github.com/flathub/org.citra_emu.citra). ### Development