From 7806ccbe1946f4d3d5a8cc376f6f6bc5f6b0bb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=BCning?= Date: Sat, 26 Jul 2025 15:34:54 +0200 Subject: [PATCH 1/3] fix git clone url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Hüning --- docs/iaas/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/iaas/getting-started.md b/docs/iaas/getting-started.md index 750c53c..aa169f5 100644 --- a/docs/iaas/getting-started.md +++ b/docs/iaas/getting-started.md @@ -26,7 +26,7 @@ The fastest way to get started with IronCore IaaS is to run it locally inside a To do that clone the `ironcore-in-a-box` repository and run the provided script: ```bash -git clone github.com/ironcore-dev/ironcore-in-a-box.git +git clone https://github.com/ironcore-dev/ironcore-in-a-box.git ``` To start the IronCore stack you simply run: From b287e1bf18cd54eed76ce296f033ca5214832fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=BCning?= Date: Sat, 26 Jul 2025 15:40:29 +0200 Subject: [PATCH 2/3] add kind as prerequisite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Hüning --- docs/iaas/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/iaas/getting-started.md b/docs/iaas/getting-started.md index aa169f5..2e5cc49 100644 --- a/docs/iaas/getting-started.md +++ b/docs/iaas/getting-started.md @@ -20,6 +20,7 @@ The fastest way to get started with IronCore IaaS is to run it locally inside a - make - go - docker +- kind ### Installation From ce5fb75dbf4c01157074d77701fd8272167587e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=BCning?= Date: Wed, 30 Jul 2025 10:54:47 +0200 Subject: [PATCH 3/3] remove kind as to be installed prerequisite --- docs/iaas/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/iaas/getting-started.md b/docs/iaas/getting-started.md index 2e5cc49..aa169f5 100644 --- a/docs/iaas/getting-started.md +++ b/docs/iaas/getting-started.md @@ -20,7 +20,6 @@ The fastest way to get started with IronCore IaaS is to run it locally inside a - make - go - docker -- kind ### Installation