docs: Add info about nightly release

This commit is contained in:
Anton Ovchinnikov
2026-04-13 22:19:32 +02:00
parent b1be80adf2
commit 3eda6cdc22
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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:
@@ -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