diff --git a/src/moonrepo/README.md b/src/moonrepo/README.md index 142e101..d11a404 100644 --- a/src/moonrepo/README.md +++ b/src/moonrepo/README.md @@ -1,26 +1,20 @@ -# Hello, World! (hello) +# moonrepo (moonrepo) -A hello world feature +Installs the moonrepo tool. ## Example Usage ```json "features": { - "ghcr.io/devcontainers/feature-starter/hello:1": { - "version": "latest" - } + "ghcr.io/actcoding/devcontainer-features/moonrepo:1": {} } ``` -## Options -| Options Id | Description | Type | Default Value | -|-----|-----|-----|-----| -| greeting | Select a pre-made greeting, or enter your own | string | hey | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/actcoding/devcontainer-features/blob/main/src/moonrepo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._