From 7b83cb0985e0f29e0c91c08d9a7fdc8e47fbf0c3 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 23 Dec 2024 19:25:36 +0200 Subject: [PATCH] Update Build_from_Source.md Signed-off-by: Radu Marias --- docs/readme/Build_from_Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme/Build_from_Source.md b/docs/readme/Build_from_Source.md index ab28a2a..5a05ebb 100644 --- a/docs/readme/Build_from_Source.md +++ b/docs/readme/Build_from_Source.md @@ -149,7 +149,7 @@ sudo dnf localinstall rencfs-xxx.x86_64.rpm ## Developing inside a Container -See here how to configure for [RustRover](https://www.jetbrains.com/help/rust/connect-to-devcontainer.html) and for [VsCode](https://code.visualstudio.com/docs/devcontainers/containers). +See here how to configure for [RustRover](https://www.jetbrains.com/help/rust/connect-to-devcontainer.html) and for [VSCode](https://code.visualstudio.com/docs/devcontainers/containers). You can use the `.devcontainer` directory from the project to start a container with all the necessary tools to build and run the app.