- luarocks install luafilesystem
- luarocks install mobdebug
- luarocks install busted
- luarocks install penlight
Example of adding a new submodule:
git submodule add MODULE_URL lib/LOCAL_MODULE_PATH
git rm --cached projectfolder
Update all submodules:
cd ./lib
git submodule init
git submodule update --force --merge --remote
Update git submodules
git submodule update --remote --merge --init