switch to beta.5 in getting started docs

This commit is contained in:
Willy Kloucek
2022-07-20 08:49:34 +02:00
parent b4437e9f19
commit 8c27e0cdd1
+2 -2
View File
@@ -33,11 +33,11 @@ You can find the latest official release of oCIS at [our download mirror](https:
The latest build from the master branch can be found at [our download mirrors daily section](https://download.owncloud.com/ocis/ocis/daily/). Pre-Releases are available at [our download mirrors testing section](https://download.owncloud.com/ocis/ocis/testing/).
To run oCIS as binary you need to download it first and then run the following commands.
For this example, assuming version 2.0.0-beta.4 of oCIS running on a Linux AMD64 host:
For this example, assuming version 2.0.0-beta.5 of oCIS running on a Linux AMD64 host:
```console
# download
curl https://download.owncloud.com/ocis/ocis/testing/2.0.0-beta.4/ocis-2.0.0-beta.4-linux-amd64 --output ocis
curl https://download.owncloud.com/ocis/ocis/testing/2.0.0-beta.5/ocis-2.0.0-beta.5-linux-amd64 --output ocis
# make binary executable
chmod +x ocis