diff --git a/src/wine/devcontainer-feature.json b/src/wine/devcontainer-feature.json index b5d5d55..45f69c7 100644 --- a/src/wine/devcontainer-feature.json +++ b/src/wine/devcontainer-feature.json @@ -3,13 +3,15 @@ "id": "wine", "version": "0.0.3", "description": "Installs Wine.", + "documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine", "options": { "version": { "type": "string", - "default": "latest" + "default": "latest", + "description": "Version of Wine" } }, "installsAfter": [ "ghcr.io/devcontainers/features/common-utils" ] -} \ No newline at end of file +}