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 cf5bb1b commit d2741ccCopy full SHA for d2741cc
blog/modules/ROOT/pages/7-graal-native-executables.adoc
@@ -606,7 +606,10 @@ These artifacts can be seen online:
606
And downloaded via
607
608
```bash
609
-curl https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-mac-aarch64/0.12.6/mill-dist-native-mac-aarch64-0.12.6.jar -o mill-dist-native.jar
+curl https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-mac-aarch64/0.12.6/mill-dist-native-mac-aarch64 -o mill-dist-native
610
+chmod +x mill-dist-native
611
+./mill-dist-native version
612
+0.12.6
613
```
614
615
Any application using these binaries can similarly look at the OS/CPU they are running
0 commit comments