How do I run a file that is nested inside of a folder?
I cloned something from github, but the main.lua file is nested inside of a few folders. How do I make it run the file from inside the folder?
I cloned something from github, but the main.lua file is nested inside of a few folders. How do I make it run the file from inside the folder?
Use shell.
cd
to those folders until you foundmain.lua
, then run it using the commandlua
.