From 3eda6cdc22c0d390d098af2c8c1e084e27feb66d Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Mon, 13 Apr 2026 22:19:32 +0200 Subject: [PATCH] docs: Add info about nightly release --- README.md | 2 +- website/docs/2-getting-started/1-install-cli.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a57dd299..d44bb65a 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ platform, whether you're running on a $5 VPS, a spare Mac mini, or a rack of bar curl -fsS https://get.uncloud.run/install.sh | sh ``` - See [Installation](https://uncloud.run/docs/getting-started/install-cli) for more options. + See [Installation](https://uncloud.run/docs/getting-started/install-cli) for more options. There's also a [nightly rolling release](https://github.com/psviderski/uncloud/releases/tag/nightly) available if you want to try the latest features and fixes before they're included in an official release. 2. Initialise your first machine: diff --git a/website/docs/2-getting-started/1-install-cli.md b/website/docs/2-getting-started/1-install-cli.md index 84c2354b..3c85eb66 100644 --- a/website/docs/2-getting-started/1-install-cli.md +++ b/website/docs/2-getting-started/1-install-cli.md @@ -48,6 +48,16 @@ cat install.sh sh install.sh ``` +### Nightly builds + +If you want to try the latest features and fixes before they are included in an official release, you can install the `nightly` version of Uncloud CLI (as well as the Uncloud daemon) which are built from the latest main branch code. Just set the `VERSION` environment variable to `nightly` when running the install script: + +```shell +curl -fsS https://get.uncloud.run/install.sh | VERSION=nightly sh +``` + +More information about nightly builds of the CLI and daemon can be found [here](https://github.com/psviderski/uncloud/releases/tag/nightly). + ## GitHub download (macOS, Linux) You can manually download and use a pre-built binary from the