From f09188cd34732ac73186f33282ba5583217fc0f1 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 28 Jul 2023 10:08:57 +0200 Subject: [PATCH] updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 362835f..05af470 100644 --- a/readme.md +++ b/readme.md @@ -146,13 +146,13 @@ Let's spin up a container from our image and take it for a test drive: ```bash $ docker run --rm -it --platform linux/amd64 cproject-builder:latest /bin/bash -$ + $ gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -$ + $ cmake --version cmake version 3.18.4