From 95bbbcde7ca465d57e7e688dcbfec4b1468e5aff Mon Sep 17 00:00:00 2001 From: Fulvio Risso Date: Sun, 17 Sep 2023 18:05:45 +0200 Subject: [PATCH] Update docs/installation/install.md --- docs/installation/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/install.md b/docs/installation/install.md index ac71576287..a9c1ecfa80 100644 --- a/docs/installation/install.md +++ b/docs/installation/install.md @@ -4,7 +4,7 @@ Liqo can be easily installed with *liqoctl*, which automatically handles all the Under the hood, *liqoctl* uses [Helm 3](https://helm.sh/) to configure and install all the Liqo components, using the Helm chart available in the official repository. Alternatively, you can install Liqo manually with Helm. -However, we suggest to use *liqoctl* also in this case, which can be configured to generate a local file with **pre-configured values** that can be further customized and used for your manual installation. +However, we suggest to use *liqoctl* also in this case. In fact, *liqoctl* can also generate a local file with **pre-configured values**, which can be further customized and used for your manual installation. You can refer to the previous section about [downloading and installing *liqoctl*](liqoctl.md).