remove run / kill from docs

This commit is contained in:
Willy Kloucek
2022-05-09 11:32:46 +02:00
parent a793a4d1e6
commit 53e26f8ad2

View File

@@ -112,16 +112,6 @@ The list command prints all running oCIS extensions.
ocis list
{{< / highlight >}}
To stop a particular extension:
{{< highlight txt >}}
ocis kill web
{{< / highlight >}}
To start a particular extension:
{{< highlight txt >}}
ocis run web
{{< / highlight >}}
The version command prints the version of your installed oCIS.
{{< highlight txt >}}
ocis --version