]> Repositories - zlox.git/blobdiff - README.md
Fix style and refactor
[zlox.git] / README.md
index 84b40e2ce2a0f9b2643efc420f46b71f20be2001..1de96d00dfa87c9c77b4dc6a1009e2e72adcc7fd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
 # Zlox
 
 An implementation of the [Lox language](https://craftinginterpreters.com/the-lox-language.html) in Zig.
+
+```shell
+zig run lox.zig
+```