diff --git a/README.md b/README.md
index e912bbc..ac6e306 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
- java-version: '21' # See 'Options' section below for all supported versions
- distribution: 'graalvm' # See 'Options' section below for all available distributions
+ java-version: '21' # See 'Options' for more details
+ distribution: 'graalvm' # See 'Supported distributions' for available options
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Example step
run: |
@@ -176,12 +176,26 @@ jobs:
+## Supported distributions
+
+Currently, the following distributions are supported:
+
+| Keyword | Distribution | Official site | License
+|-|-|-|-|
+| `graalvm` | Oracle GraalVM | [Link](https://www.graalvm.org/) | [Link](https://www.oracle.com/downloads/licenses/graal-free-license.html)
+| `graalvm-community` | GraalVM Community Edition | [Link](https://www.graalvm.org/) | [Link](https://github.com/oracle/graal/blob/master/LICENSE)
+| `mandrel` | Mandrel | [Link](https://github.com/graalvm/mandrel) | [Link](https://github.com/graalvm/mandrel/blob/default/LICENSE) |
+| `liberica` | Liberica NIK | [Link](https://bell-sw.com/liberica-native-image-kit/) | [Link](https://bell-sw.com/liberica_nik_eula/) |
+
+
## Options
+This actions can be configured with the following options:
+
| Name | Default | Description |
|-----------------|:--------:|-------------|
-| `java-version`
*(required)* | n/a | Java version