Update _index.md

This commit is contained in:
Michael Barz
2021-06-08 09:25:43 +02:00
committed by GitHub
parent 1c3254a357
commit 4fa69900a3

View File

@@ -27,11 +27,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.6.0 of oCIS running on a Linux AMD64 host:
For this example, assuming version 1.7.0 of oCIS running on a Linux AMD64 host:
```console
# download
curl https://download.owncloud.com/ocis/ocis/1.6.0/ocis-1.6.0-linux-amd64 --output ocis
curl https://download.owncloud.com/ocis/ocis/1.7.0/ocis-1.7.0-linux-amd64 --output ocis
# make binary executable
chmod +x ocis