From 792be49a0c0eb16fe23d9d8d965a93b733f86649 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 25 May 2022 09:13:49 +0200 Subject: [PATCH] update ocis version in getting started guide --- docs/ocis/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index e6d2619358..aa60e05baf 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -37,7 +37,7 @@ For this example, assuming version 1.20.0 of oCIS running on a Linux AMD64 host: ```console # download -curl https://download.owncloud.com/ocis/ocis/stable/1.20.0/ocis-1.20.0-linux-amd64 --output ocis +curl https://download.owncloud.com/ocis/ocis/testing/2.0.0-beta1/ocis-2.0.0-beta1-linux-amd64 --output ocis # make binary executable chmod +x ocis