Updated README

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 17:09:58 -06:00
parent a1325c106d
commit 50a9ea1b63

View file

@ -16,10 +16,10 @@ Install dependencies:
Then compile Then compile
``` ```
agda --compile Main.agda agda --compile PrettyPrinter.agda
``` ```
and run! and run!
``` ```
luau-ast Examples/SmokeTest.lua | ./Main luau-ast Examples/SmokeTest.lua | ./PrettyPrinter
``` ```