diff options
Diffstat (limited to 'documentation/book')
-rw-r--r-- | documentation/book/the_lux_programming_language/chapter_1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/book/the_lux_programming_language/chapter_1.md b/documentation/book/the_lux_programming_language/chapter_1.md index b86a4fffe..1660069fa 100644 --- a/documentation/book/the_lux_programming_language/chapter_1.md +++ b/documentation/book/the_lux_programming_language/chapter_1.md @@ -83,7 +83,7 @@ Duration: +15s26ms A directory named `target` will have been created, containing everything that was compiled, alongside an executable JAR file. -6. Run the program with this command: `java -jar target/jvm/program.jar` +6. Run the program with this command: `java -jar target/program.jar` 7. Smile :) For a thorough specification of what Aedifex can do, please refer to [Appendix H](appendix_h.md). |