Skip to content

Commit 42881dd

Browse files
authored
Update README with sysimage usage instructions
Added instructions for starting Julia with a custom sysimage.
1 parent 22dc103 commit 42881dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To use a development version of this package, you can choose one of the followin
5858
```
5959
- Start Julia with the custom sysimage:
6060
```bash
61+
julia -Jnew_sysimage.so
62+
```
6163

6264
## Migrating a Pull Request (PR) from the Julia repository to this repository
6365

@@ -77,5 +79,3 @@ Since this package was split out from the main Julia repository, you might have
7779
```bash
7880
git cherry-pick $JULIA_COMMIT
7981
```
80-
julia -Jnew_sysimage.so
81-
```

0 commit comments

Comments
 (0)