Skip to content

Commit 26e7db7

Browse files
committed
Fix outdated command line in docs
1 parent 9d03b9c commit 26e7db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributor/native-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can build a native build of TruffleRuby using the Native Image Tool from a
9393
source distribution using:
9494

9595
```bash
96-
$ jt build native
96+
$ jt build --env native
9797
```
9898

9999
The disadvantages of the Native Image version of TruffleRuby are:

0 commit comments

Comments
 (0)