Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 16, 2023
1 parent 5d6aa2f commit 496209b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

🧰 Community-driven collection of addons for [@devcontainers]

<div align="center">
<p align=center>
<a href="https://github.com/devcontainers-community/features/discussions/new?category=ideas">
<img src="https://img.shields.io/static/v1?style=for-the-badge&message=%F0%9F%A7%B0+Add+a+feature&color=CB3837&label=">
</a>
</p>

<p>
<p align=center>
<img src="https://picsum.photos/600/400" />
</p>

<p>
<p align=center>
<a href="https://devcontainers.community/features/">Website</a>
| <a href="https://github.com/devcontainers-community/features">GitHub</a>
| <a href="https://containers.dev/features">All features</a>
</p>

</div>

👀 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=)
Expand All @@ -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": {}
}
}
```
Expand All @@ -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" }
}
}
```
Expand Down

0 comments on commit 496209b

Please sign in to comment.