mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
Merge pull request #1152 from owncloud/dirkstascheit-patch-1
[docs-only] Update getting-started.md
This commit is contained in:
@@ -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 >}}
|
||||
|
||||
Reference in New Issue
Block a user