Update getting-started.md

replaced the testing releases with the 1.0.0 in the curl lines
This commit is contained in:
Dirk Stascheit
2020-12-22 12:52:37 +01:00
committed by GitHub
parent 7b6577f41c
commit 5c60c1b62e
+3 -3
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 >}}