Update _index.md

changed example code oCIS version from 1.11 to 1.12
This commit is contained in:
Dirk Stascheit
2021-09-17 15:59:39 +02:00
committed by GitHub
parent dbb6367e92
commit f191fc4302
+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 testing section](https://download.owncloud.com/ocis/ocis/testing/). 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. To run oCIS as binary you need to download it first and then run the following commands.
For this example, assuming version 1.11.0 of oCIS running on a Linux AMD64 host: For this example, assuming version 1.12.0 of oCIS running on a Linux AMD64 host:
```console ```console
# download # download
curl https://download.owncloud.com/ocis/ocis/1.11.0/ocis-1.11.0-linux-amd64 --output ocis curl https://download.owncloud.com/ocis/ocis/1.12.0/ocis-1.12.0-linux-amd64 --output ocis
# make binary executable # make binary executable
chmod +x ocis chmod +x ocis