From ba18da314f74bfb3e93e8f5bda1f8166c5698b19 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 9 Feb 2023 14:53:32 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20branches?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4141a8e2..91a2c88092 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,10 @@ If you have access to a server that supports one of the sources below, I recomme ```sh git clone --depth 1 https://codeberg.org/calckey/calckey.git cd calckey/ -# git checkout main # if you want only stable versions ``` +By default, you're on the development branch. Run `git checkout beta` or `git checkout main` to switch to the Beta/Main branches. + ## 📩 Install dependencies ```sh