Skip to content
Max Melentiev edited this page Oct 22, 2019 · 1 revision

Install luacheck globally with Tarantool

  • Install Tarantool
  • Remove luarocks version of luacheck if any:
luarocks remove luacheck
  • Install luacheck to any shared location:
mkdir -p /usr/local/share/tarantool
cd /usr/local/share/tarantool
tarantoolctl rocks install luacheck
  • Add it to PATH:
ln -s /usr/local/share/tarantool/.rocks/bin/luacheck /usr/local/bin/luacheck
Clone this wiki locally