docs: 📝 branches

This commit is contained in:
ThatOneCalculator 2023-02-09 14:53:32 -08:00
parent 9a7dfef7bd
commit 6b5f8b6c01

View file

@ -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