We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ea2a4 commit 48fb0a2Copy full SHA for 48fb0a2
docs/reference-manual/java-on-truffle/README.md
@@ -42,6 +42,13 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
42
* [Windows x64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.2.0-windows-amd64.zip)
43
44
2. Unzip the archive:
45
+
46
+ > Note: If you are using macOS Catalina and later you may need to remove the quarantine attribute:
47
+ ```shell
48
+ sudo xattr -r -d com.apple.quarantine <archive>.tar.gz
49
+ ```
50
51
+ Extract:
52
```shell
53
tar -xzf <archive>.tar.gz
54
```
0 commit comments