Skip to content

Commit 9d83729

Browse files
authored
Update README.md
1 parent 5d209d9 commit 9d83729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ To add the option to build with the Lua transpiler instead of the regular typesc
5454

5555
```
5656
{
57-
"cmd": ["tstl", "-p", "$file"]
57+
"cmd": ["tstl", "-p", "$file"],
58+
"shell": true
5859
}
5960
```
6061
Save this in your Sublime settings as a `TypeScriptToLua.sublime-build`. You can now select the TypeScriptToLua build system in `Tools > Build System` to build using the normal hotkey (`ctrl+B`), or if you have multiple TypeScript projects open, you can choose your compiler before building by pressing `ctrl+shift+B`.

0 commit comments

Comments
 (0)