Skip to content

Commit e9ecefe

Browse files
Fix ironcore-in-a-box git url (#92)
* fix git clone url Signed-off-by: Christian Hüning <christianhuening@posteo.de> * add kind as prerequisite Signed-off-by: Christian Hüning <christianhuening@posteo.de> * remove kind as to be installed prerequisite --------- Signed-off-by: Christian Hüning <christianhuening@posteo.de>
1 parent ba61c9b commit e9ecefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/iaas/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The fastest way to get started with IronCore IaaS is to run it locally inside a
2626
To do that clone the `ironcore-in-a-box` repository and run the provided script:
2727

2828
```bash
29-
git clone github.com/ironcore-dev/ironcore-in-a-box.git
29+
git clone https://github.com/ironcore-dev/ironcore-in-a-box.git
3030
```
3131

3232
To start the IronCore stack you simply run:

0 commit comments

Comments
 (0)