I just started learning Lua (and am pretty new to programming/command line in general) and I am trying to install busted (a testing framework) from luarocks. When I run "luarocks install busted" it says that it is installed, but when I run "busted," it says it is not recognized as a command. I have tried adding where busted is installed to my Path variable, but so far that has not seemed to work. Currently I'm using Windows.
This is the error I get:
'busted' is not recognized as an internal or external command, operable program or batch file.