From 5316f6eacd264dde7208c38bc1e8e6528ee890eb Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Thu, 1 May 2025 12:45:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15df31b..a0984a1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ up local containers quickly in any directory. `deu` helps you quickly set up development environments in Docker containers. It creates a Docker Compose configuration and manages container states (start, stop, logs, etc.). +It automatically map the current directory as `workspace` in the container for quick access. + ## Installation ```bash