From ae825132e599545ffd76ef42e1284c190de39d09 Mon Sep 17 00:00:00 2001 From: Egon Braun Date: Wed, 12 Jun 2024 11:17:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a073214..0193d99 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ This project defines a container image to be used as a development environment inside [Visual Studio Code](https://code.visualstudio.com/) through the [Remote Dev Container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension. -# What is devcontainer? +## What is devcontainer? Devcontainer is a standard to define remote development environments using containers and how editors and IDE's should integrate them. The standard is described [here](https://containers.dev/). -# How can I use it? +## How can I use it? First off, you need to use a text editor or IDE who supports devcontainers. The most famous one is Visual Studio Code with the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)