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
2 changes: 1 addition & 1 deletion runtime/reference/cli/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ addons or native code that reads relative files.

The extraction directory is chosen in order of preference:

1. `<exe_dir>/<exe_name>.fs/<hash>/` (next to the compiled binary)
1. `<exe_dir>/.<exe_name>/<hash>/` (next to the compiled binary)
2. Platform data directory fallback:
- Linux: `$XDG_DATA_HOME/<exe_name>/<hash>` or
`~/.local/share/<exe_name>/<hash>`
Expand Down