This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 6fb6588 Polish docs 6fb6588 is described below commit 6fb6588f3b262e7c7fee139aac4ec7037785ce0f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu May 28 06:49:01 2020 +0200 Polish docs --- docs/modules/ROOT/pages/installation/installation.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/installation/installation.adoc b/docs/modules/ROOT/pages/installation/installation.adoc index 9157466..c1dd880 100644 --- a/docs/modules/ROOT/pages/installation/installation.adoc +++ b/docs/modules/ROOT/pages/installation/installation.adoc @@ -28,9 +28,10 @@ For example, if you're using Linux, you can put `kamel` in `/usr/bin`. Once you have put the "kamel" CLI in the path, log into your cluster using the standard "oc" (OpenShift) or "kubectl" (Kubernetes) client tool and execute the following command to install Camel K: -``` +[source] +---- kamel install -``` +---- This will configure the cluster with the Camel K custom resource definitions and install the operator on the current namespace. @@ -44,4 +45,4 @@ You're now ready to xref:running/running.adoc[run some integrations]. == Installation via Helm Camel K is also available in Helm Hub for installation. -Follow the instructions on the [Camel K](https://hub.helm.sh/charts/camel-k/camel-k) page for more information. +Follow the instructions on the https://hub.helm.sh/charts/camel-k/camel-k[Camel K] page for more information.