Skip to content

Commit ed53855

Browse files
authored
Fix the borked refactor of the README (#1422)
Added instructions for starting Julia with a custom sysimage.
2 parents 22dc103 + 42881dd commit ed53855

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)