diff options
author | Eduardo Julian | 2021-10-09 04:39:31 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-09 04:39:31 -0400 |
commit | c9d6d6295db5c7a1cf1966cd194f1a045be5c6cb (patch) | |
tree | 7e49f93546243cc2b6cbfaac39aea9c155c3aeab /documentation/book | |
parent | b5763ce88f398a0f0982d2118a8b81c609782421 (diff) |
Fixed erroneous path in "Chapter 1: Getting started".
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). |