From 3cd80bd4019041778635826d15695cb5358dbf20 Mon Sep 17 00:00:00 2001 From: Francesco Zimbolo Date: Thu, 23 Apr 2026 07:49:41 +0000 Subject: [PATCH] Fixed missing spaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f632cbe..958cf17 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This repository contains an Infrastructure as Code (IaC) pipeline to automatical You do not need to install Ansible locally. This repository includes a DevContainer pre-configured with all necessary tools, linters, and extensions. -1. Install[Visual Studio Code](https://code.visualstudio.com/) and [Docker](https://docs.docker.com/get-docker/) (or [Podman](https://podman.io/)). -2. Install the VS Code[Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). +1. Install [Visual Studio Code](https://code.visualstudio.com/) and [Docker](https://docs.docker.com/get-docker/) (or [Podman](https://podman.io/)). +2. Install the VS Code [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). 3. Clone this repository and open the folder in VS Code. 4. Click **"Reopen in Container"** when prompted in the bottom right corner (or press `Ctrl+Shift+P` and type `Dev Containers: Reopen in Container`). 5. Proceed to the [Documentation](docs/01-prerequisites.md) to configure your cluster variables and run your first deployment.