diff options
Diffstat (limited to 'teal-src')
-rw-r--r-- | teal-src/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/teal-src/README.md b/teal-src/README.md index 27677563..6e3f9c26 100644 --- a/teal-src/README.md +++ b/teal-src/README.md @@ -10,7 +10,9 @@ writing type-aware Teal using regular Lua or C code. The Teal compiler can be installed from LuaRocks using: - luarocks install tl +```bash +luarocks install tl +``` ## Checking types |