diff --git a/src/starship.rs/README.md b/src/starship.rs/README.md new file mode 100644 index 0000000..514648c --- /dev/null +++ b/src/starship.rs/README.md @@ -0,0 +1,24 @@ + +# starship.rs (starship.rs) + +Install "starship" binary + +## Example Usage + +```json +"features": { + "ghcr.io/devcontainer-community/devcontainer-features/starship.rs:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Version of "starship" to install. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/starship.rs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._