Skip to content

Commit 9fc7940

Browse files
authored
Update cli.md (#783)
1 parent 99c02eb commit 9fc7940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ qjs -c app.js -o app --exe qjs
6666

6767
The resulting `app` binary will have the same runtime dependencies as the `qjs` binary. This is acomplished
6868
by compiling the target JavaScript file to bytecode and adding it a copy of the executable, with a little
69-
trailer to help locate it.
69+
trailer to help locate it. `--exe` expects the absolute path to `qjs`, e.g., `~/bin/qjs` or `$HOME/bin/qjs`.
7070

7171
Rather than using the current executable, it's possible to use the `--exe` switch to create standalone
7272
executables for other platforms.

0 commit comments

Comments
 (0)