Skip to content

Commit 48fb0a2

Browse files
committed
[GR-65257] Espresso: Add note for macOS in README
1 parent c8ea2a4 commit 48fb0a2

File tree

1 file changed

+7
-0
lines changed
  • docs/reference-manual/java-on-truffle

1 file changed

+7
-0
lines changed

docs/reference-manual/java-on-truffle/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
4242
* [Windows x64](https://gds.oracle.com/download/espresso/archive/espresso-java21-24.2.0-windows-amd64.zip)
4343

4444
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:
4552
```shell
4653
tar -xzf <archive>.tar.gz
4754
```

0 commit comments

Comments
 (0)