Skip to content

Commit cde0b21

Browse files
committed
Update SHA
1 parent 9c742cc commit cde0b21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In your `deps.edn` specify an alias with a dependency on `clj.native-image`:
2525
{:extra-deps
2626
{clj.native-image
2727
{:git/url "https://github.com/taylorwood/clj.native-image.git"
28-
:sha "dc6d6e97d0f2cbaaab014531e728edb72e89171f"}}}}
28+
:sha "9c742ccac262d0899afeb64db694f7679458d38a"}}}}
2929
:jvm-opts ["-Dclojure.compiler.direct-linking=true"]}
3030
```
3131

@@ -61,6 +61,8 @@ You can now execute the native image:
6161
Hello, World!
6262
```
6363

64+
See [this Gist](https://gist.github.com/taylorwood/23d370f70b8b09dbf6d31cd4f27d31ff) for another example.
65+
6466
## Notes
6567

6668
The `--no-server` flag is passed to `native-image` by default, to avoid creating orphaned build servers.

0 commit comments

Comments
 (0)