mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: Add info about nightly release
This commit is contained in:
@@ -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
|
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:
|
2. Initialise your first machine:
|
||||||
|
|
||||||
|
|||||||
@@ -48,6 +48,16 @@ cat install.sh
|
|||||||
sh 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)
|
## GitHub download (macOS, Linux)
|
||||||
|
|
||||||
You can manually download and use a pre-built binary from the
|
You can manually download and use a pre-built binary from the
|
||||||
|
|||||||
Reference in New Issue
Block a user