From 0571a86e59a72465dc447fe657751a2a0f3441c6 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 30 May 2022 09:56:38 +0200 Subject: [PATCH] update getting started docs to beta2 --- docs/ocis/getting-started/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index aa60e05baf9..7ee239d59ae 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -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 1.20.0 of oCIS running on a Linux AMD64 host: +For this example, assuming version 2.0.0-beta2 of oCIS running on a Linux AMD64 host: ```console # download -curl https://download.owncloud.com/ocis/ocis/testing/2.0.0-beta1/ocis-2.0.0-beta1-linux-amd64 --output ocis +curl https://download.owncloud.com/ocis/ocis/testing/2.0.0-beta2/ocis-2.0.0-beta2-linux-amd64 --output ocis # make binary executable chmod +x ocis