mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Updated README
This commit is contained in:
parent
a1325c106d
commit
50a9ea1b63
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ Install dependencies:
|
|||
|
||||
Then compile
|
||||
```
|
||||
agda --compile Main.agda
|
||||
agda --compile PrettyPrinter.agda
|
||||
```
|
||||
|
||||
and run!
|
||||
```
|
||||
luau-ast Examples/SmokeTest.lua | ./Main
|
||||
luau-ast Examples/SmokeTest.lua | ./PrettyPrinter
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue