From 35f5d83cf1b5581d51721ba95a2b52979a9e73f9 Mon Sep 17 00:00:00 2001 From: Axel RICHARD Date: Mon, 15 Jul 2024 13:55:09 +0200 Subject: [PATCH] [fix] Fix typo in doc Signed-off-by: Axel RICHARD --- .../modules/installation-guide/pages/how-tos/install.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/modules/installation-guide/pages/how-tos/install.adoc b/doc/content/modules/installation-guide/pages/how-tos/install.adoc index 8b9e5da55..36101474c 100644 --- a/doc/content/modules/installation-guide/pages/how-tos/install.adoc +++ b/doc/content/modules/installation-guide/pages/how-tos/install.adoc @@ -17,7 +17,7 @@ Before you proceed with the installation, please ensure you have the following x ==== {product} is distributed as a docker container. -To install {product}, just download the https://github.com/eclipse-syson/syson/blob/{syson_tag}/docker-compose.yml[docker-compose] file and run the following docker command in the same folder as the one where is the _docker-compose.yml_ file: +To install {product}, just download the https://github.com/eclipse-syson/syson/blob/{syson-tag}/docker-compose.yml[docker-compose] file and run the following docker command in the same folder as the one where is the _docker-compose.yml_ file: [source, bash] ---- docker compose up