From 27b41281c4b8bd4f2f4fc629c704798ba737a36d Mon Sep 17 00:00:00 2001 From: Mercury Date: Sun, 22 Dec 2024 21:24:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973f414..86bb203 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ flutter build apk Production artifacts will be found in the `build\app\outputs\apk\` directory. **RRC (Rolling Release Channel)** -There's also a Rolling release available as a GitHub Actions artifact. It runs every time I commit, so it might be up to date but also potentially broken. +There's also a Rolling release available as pre-release builds. They will be released in a much quicker update ring (every other commit i'd assume) and are mostly debug builds so they'll be very heavy and *likely* broken. ### Building instructions (Android) Make sure you have [Flutter](https://flutter.dev/), [Android Studio](https://developer.android.com/studio), and [Visual Studio Code](https://code.visualstudio.com/) installed. Install the suggested Flutter, Dart, and linting extensions in Visual Studio Code.