From 90587ed5d105d70371c52714c39ce65bf89e5209 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Tue, 13 May 2025 11:18:39 +0200 Subject: [PATCH] feat: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9b6078..81511cb 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ ## Setup -### 1. Clone this repository and navigate into the directory. +1. Clone this repository and navigate into the directory. -### 2. Start the services: +2. Start the services: ```bash docker compose up -d ``` -### 3. Trust the Step-CA root certificate: +3. Trust the Step-CA root certificate: Download the `roots.pem` from [https://localhost:9000/roots.pem](https://localhost:9000/roots.pem) and trust it on your system. This is necessary for the certificates to be trusted by your browser.