Skip to content

Commit 50c8ba8

Browse files
fix jimage invocation
1 parent b4c2158 commit 50c8ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Starting in version 0.0.3, you can start a debug console by passing `--console`
8888
```console
8989
$ ./build/janet-lsp --console
9090
OR
91-
$ janet ./build/janet-lsp.jimage --console
91+
$ janet -i ./build/janet-lsp.jimage --console
9292
OR
9393
$ janet ./src/main.janet --console
9494
```

0 commit comments

Comments
 (0)