From 7b1c0155ba2019cc24be9abb22856dec7f76586a Mon Sep 17 00:00:00 2001 From: david Date: Thu, 13 Sep 2012 00:17:40 +0000 Subject: [PATCH] apt-get command for lua-format dependencies. --- docs/style/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/style/README b/docs/style/README index a4aec1686..2515802b1 100644 --- a/docs/style/README +++ b/docs/style/README @@ -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