From 052fabb9d6e7d872fc31ed64b98c0fbe037cb986 Mon Sep 17 00:00:00 2001 From: Matej Gomboc Date: Wed, 17 Jun 2026 12:00:42 +0200 Subject: [PATCH] Update README.md Signed-off-by: Matej Gomboc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2afd28d..6fbb0be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # arm-dev-env -Development environment for building and testing the Embedded Society's ARM Cortex-M libraries. +Development environment for building and testing the Embedded Society's ARM libraries. It is a single [`Dockerfile`](Dockerfile) bundling the cross-compilation toolchain and test tooling. Instead of pulling a prebuilt image, consumers build it on demand — as a VS Code / IDE dev container, as a CI container, or as a plain Docker image.