apt-get command for lua-format dependencies.

This commit is contained in:
david 2012-09-13 00:17:40 +00:00
parent ca43a6d59f
commit 7b1c0155ba

View file

@ -6,3 +6,5 @@ lua-format:
In order to run the script, you need Lua 5.1 or Lua 5.2 installed as well
as LPeg. LPeg is a parsing expression grammar library which is basically a
far more powerful pattern matching utility than regular expressions.
On Debian:
apt-get install lua5.2 lua-lpeg