From d3aaa56dddf866c9ec45dbe09e97a19c21dcf348 Mon Sep 17 00:00:00 2001
From: janosmurai
Date: Thu, 28 Sep 2023 09:54:24 +0200
Subject: [PATCH 1/2] New documentation and the discord channel linked.
---
README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ba492aa0..4a3f4438 100644
--- a/README.md
+++ b/README.md
@@ -6,20 +6,25 @@
+
## Overview
The DEM is a command line tool that provides an easy, reproducible, and scalable way to set up
Development Environments for embedded software development.
+
:star2: Contributors and early adopters are welcome! :star2:
+
> The DEM can be used locally, but it is in alpha state, so expect major new features!
-
-Documentation • Tutorial
+
+Documentation • Tutorial •
+Contribution guide •
+Support
From 029f49dfdc1fef60cea0e1129d7f320230e745d6 Mon Sep 17 00:00:00 2001
From: janosmurai
Date: Thu, 28 Sep 2023 09:58:45 +0200
Subject: [PATCH 2/2] Overview rearranged.
---
README.md | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 4a3f4438..2bbd2f98 100644
--- a/README.md
+++ b/README.md
@@ -10,25 +10,23 @@
## Overview
-The DEM is a command line tool that provides an easy, reproducible, and scalable way to set up
-Development Environments for embedded software development.
-
-
-:star2: Contributors and early adopters are welcome! :star2:
-
-
-> The DEM can be used locally, but it is in alpha state, so expect major new features!
-
Documentation • Tutorial •
Contribution guide •
Support
-
+The DEM is a command line tool that provides an easy, reproducible, and scalable way to set up
+Development Environments for embedded software development.
+> The DEM can be used locally, but it is in alpha state, so expect major new features!
+
+
+:star2: Contributors and early adopters are welcome! :star2:
+
+
## Concept
A Development Environment is a set of tools used for a development project (e.g. build system,
debugger, toolchain, etc.). The tools are separately packed into container images, which are stored