From 07db613c5913d95fc9ea21f58760101e8e180f82 Mon Sep 17 00:00:00 2001 From: GabCoolGuy Date: Wed, 13 Nov 2024 20:02:05 +0100 Subject: [PATCH 1/2] Add mention of canary to README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fa78c4b0..7b9a73d12 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,18 @@ Use the search function to see if a game has been tested already! To run this emulator, your PC must be equipped with at least 8GiB of RAM; failing to meet this requirement may result in a poor gameplay experience or unexpected crashes. -## Latest release +## Latest build -Releases are compiled automatically for each commit on the master branch. +Stable builds are made every so often. +They exist so that the end user can get a more **enjoyable and stable experience**. + +You can find the latest stable release [here](https://github.com/GreemDev/Ryujinx/releases/latest). + +These builds are compiled automatically for each commit on the master branch. While we strive to ensure optimal stability and performance prior to pushing an update, our automated builds **may be unstable or completely broken**. +Canary builds are only recommended for experienced users. -You can find the latest release [here](https://github.com/GreemDev/Ryujinx/releases/latest). +You can find the latest canary release [here](https://github.com/GreemDev/Ryujinx-Canary/releases/latest). ## Documentation -- 2.47.1 From 5d1c87924918127c8e783a16ff82ed0490d365db Mon Sep 17 00:00:00 2001 From: GabCoolGuy Date: Thu, 14 Nov 2024 19:44:27 +0100 Subject: [PATCH 2/2] Made a clearer difference between canary and stable also added which branch stable is on --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b9a73d12..2f0f72dad 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ failing to meet this requirement may result in a poor gameplay experience or une ## Latest build -Stable builds are made every so often. -They exist so that the end user can get a more **enjoyable and stable experience**. +Stable builds are made every so often onto a separate "release" branch that then gets put into the releases you know and love. +These stable builds exist so that the end user can get a more **enjoyable and stable experience**. You can find the latest stable release [here](https://github.com/GreemDev/Ryujinx/releases/latest). -These builds are compiled automatically for each commit on the master branch. -While we strive to ensure optimal stability and performance prior to pushing an update, our automated builds **may be unstable or completely broken**. -Canary builds are only recommended for experienced users. +Canary builds are compiled automatically for each commit on the master branch. +While we strive to ensure optimal stability and performance prior to pushing an update, these builds **may be unstable or completely broken**. +These canary builds are only recommended for experienced users. You can find the latest canary release [here](https://github.com/GreemDev/Ryujinx-Canary/releases/latest). -- 2.47.1