From 5f0c2ee78ad738f96c63762c8464184ee63047ee Mon Sep 17 00:00:00 2001 From: Mohamed Ez-zarghili <8616968+ezzarghili@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:44:59 +0100 Subject: [PATCH] Add referance to additional language runtimes repos. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 993683a..f1f6d80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GraalVM Downloads [![Latest release](https://img.shields.io/github/v/release/graalvm/graalvm-ce-builds?color=brightgreen&label=latest%20release)](https://github.com/graalvm/graalvm-ce-builds/releases/latest) -This repository hosts [GraalVM Community](https://github.com/oracle/graal/) [builds](https://github.com/graalvm/graalvm-ce-builds/releases/) based on OpenJDK. +This repository hosts [GraalVM Community](https://github.com/oracle/graal/)'s [builds](https://github.com/graalvm/graalvm-ce-builds/releases/) based on OpenJDK. + +Additional language runtimes such as [Python](https://github.com/oracle/graalpython/releases), [Ruby](https://github.com/oracle/truffleruby/releases), [JavaScript and Node.JS](https://github.com/oracle/graaljs/releases), designed for use with GraalVM, are available for download as standalone distributions in the related repositories.