Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ To use a development version of this package, you can choose one of the followin
```
- Start Julia with the custom sysimage:
```bash
julia -Jnew_sysimage.so
```

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

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