From ac8a92cb146b42e010427aa7f993d593e83e52da Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 28 Mar 2024 23:55:54 -0400 Subject: [PATCH] README: mention the `alpha` channel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45e5ab16..1bb6afee 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Here are some of the things you can do with `juliaup`: The available system provided channels are: - `release`: always points to the latest stable version. - `lts`: always points to the latest long term supported version. +- `alpha`: always points to the latest alpha version if one exists. If a newer beta or release candidate exists, it will point to that, and if there is no alpha, beta, or rc candidate available it will point to the same version as the `release` channel. - `beta`: always points to the latest beta version if one exists. If a newer release candidate exists, it will point to that, and if there is neither a beta or rc candidate available it will point to the same version as the `release` channel. - `rc`: same as `beta`, but only starts with release candidate versions. - `nightly`: always points to the latest build from the `master` branch in the Julia repository.