Skip to content

Commit 795426a

Browse files
authored
Merge pull request #698 from stratika/docs/readme
Update tornadovm-installer changes in README
2 parents 8fa9206 + f78dbb3 commit 795426a

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,21 @@ In Linux and macOS, TornadoVM can be installed automatically with
3131
the [installation script](https://tornadovm.readthedocs.io/en/latest/installation.html). For example:
3232

3333
```bash
34-
$ ./bin/tornadovm-installer
35-
usage: tornadovm-installer [-h] [--version] [--jdk JDK] [--backend BACKEND] [--listJDKs] [--javaHome JAVAHOME]
34+
$ ./bin/tornadovm-installer --help
35+
usage: tornadovm-installer [-h] [--jdk JDK] [--backend BACKEND] [--version] [--listJDKs] [--polyglot] [--mvn_single_threaded] [--auto-deps]
3636

3737
TornadoVM Installer Tool. It will install all software dependencies except the GPU/FPGA drivers
3838

39-
optional arguments:
40-
-h, --help show this help message and exit
41-
--version Print version of TornadoVM
42-
--jdk JDK Select one of the supported JDKs. Use --listJDKs option to see all supported ones.
43-
--backend BACKEND Select the backend to install: { opencl, ptx, spirv }
44-
--listJDKs List all JDK supported versions
45-
--javaHome JAVAHOME Use a JDK from a user directory
39+
options:
40+
-h, --help show this help message and exit
41+
--jdk JDK Specify a JDK to install by its keyword (e.g., 'jdk21', 'graal-jdk-21'). Run with --listJDKs to view all available JDK keywords.
42+
--backend BACKEND Select the backend to install: { opencl, ptx, spirv }
43+
--version Print version
44+
--listJDKs List supported JDKs
45+
--polyglot Enable Truffle Interoperability with GraalVM
46+
--mvn_single_threaded
47+
Run Maven in single-threaded mode
48+
--auto-deps Automatic download and use any missing dependencies
4649
```
4750
4851
**NOTE** Select the desired backend:

0 commit comments

Comments
 (0)