Merge pull request #1152 from owncloud/dirkstascheit-patch-1

[docs-only] Update getting-started.md
This commit is contained in:
Willy Kloucek
2020-12-22 13:31:09 +01:00
committed by GitHub

View File

@@ -21,9 +21,9 @@ The binaries for different platforms are downloadable at [our download mirror](h
```console
# for mac
curl https://download.owncloud.com/ocis/ocis/testing/ocis-testing-darwin-amd64 --output ocis
curl https://download.owncloud.com/ocis/ocis/1.0.0/ocis-1.0.0-darwin-amd64 --output ocis
# for linux
curl https://download.owncloud.com/ocis/ocis/testing/ocis-testing-linux-amd64 --output ocis
curl https://download.owncloud.com/ocis/ocis/1.0.0/ocis-1.0.0-linux-amd64 --output ocis
# make binary executable
chmod +x ocis
./ocis server
@@ -95,4 +95,4 @@ The health command is used to execute a health check, if the exit code equals ze
{{< highlight txt >}}
ocis health --help
{{< / highlight >}}
{{< / highlight >}}