From 496209bd7ef6094e890b6e97116b75e72a71b0c6 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 15 Aug 2023 20:24:38 -0500 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a47f46c..548e530 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,22 @@ 🧰 Community-driven collection of addons for [@devcontainers] -
+

+ + + +

-

+

-

+

Website | GitHub | All features

-
- -👀 Don't see your favorite feature here? [Open an Issue]! Also see [what's -in-scope for this project] to see our vision. - ## Usage ![Codespaces](https://img.shields.io/static/v1?style=for-the-badge&message=Codespaces&color=181717&logo=GitHub&logoColor=FFFFFF&label=) @@ -31,7 +30,9 @@ To add any feature to your Dev Container, just add something like this to your // devcontainer.json { "features": { - "ghcr.io/devcontainers-community/features/my-feature": {} + "ghcr.io/devcontainers-community/features/dart": {}, + "ghcr.io/devcontainers-community/features/cmake": {}, + "ghcr.io/devcontainers-community/features/gcc": {} } } ``` @@ -47,9 +48,8 @@ available and what they do. 💻 // devcontainer.json { "features": { - "ghcr.io/devcontainers-community/features/cmake": { - "version": "3.15.0" - } + "ghcr.io/devcontainers-community/features/cmake": { "version": "3.15.0" }, + "ghcr.io/devcontainers-community/features/gcc": { "version": "11.3.0" } } } ```