From 2575c290515f0fa92cba0fbf14a95b56bb133e3b Mon Sep 17 00:00:00 2001 From: Dirk Stascheit Date: Fri, 19 Feb 2021 12:32:01 +0100 Subject: [PATCH] Update getting-started.md updated the tech preview version from 1.1 to 1.2 --- docs/ocis/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/getting-started.md b/docs/ocis/getting-started.md index dd54ba2ec2..60f8f4dae5 100644 --- a/docs/ocis/getting-started.md +++ b/docs/ocis/getting-started.md @@ -20,11 +20,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 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.1.0 of oCIS running on a Linux AMD64 host: +For this example, assuming version 1.2.0 of oCIS running on a Linux AMD64 host: ```console # download -curl https://download.owncloud.com/ocis/ocis/1.1.0/ocis-1.1.0-linux-amd64 --output ocis +curl https://download.owncloud.com/ocis/ocis/1.2.0/ocis-1.2.0-linux-amd64 --output ocis # make binary executable chmod +x ocis