Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 450 Bytes

LuaDependencies.md

File metadata and controls

26 lines (19 loc) · 450 Bytes
  • 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