Skip to content

Commit d2741cc

Browse files
authored
Update 7-graal-native-executables.adoc
1 parent cf5bb1b commit d2741cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

blog/modules/ROOT/pages/7-graal-native-executables.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,10 @@ These artifacts can be seen online:
606606
And downloaded via
607607

608608
```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
609+
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
610613
```
611614

612615
Any application using these binaries can similarly look at the OS/CPU they are running

0 commit comments

Comments
 (0)