diff options
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/README.md b/src/java/README.md index a9ef433..f3e35e3 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -27,6 +27,13 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. For the Java Feature from this repository, see [NOTICE.txt](https://github.com/devcontainers/features/tree/main/src/java/NOTICE.txt) for licensing information on JDK distributions. +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |