# HG changeset patch # User Kim Alvefur # Date 1486345657 -3600 # Node ID a5d4a78c7619f5c831fc4f51a24d758abda2d640 # Parent 81956bb9928965387dd1de6b012cb67023803de2 mod_compression/README: Include lua-zlib installation instructions and link to source diff -r 81956bb99289 -r a5d4a78c7619 mod_compression/README.markdown --- a/mod_compression/README.markdown Sun Feb 05 16:05:47 2017 +0100 +++ b/mod_compression/README.markdown Mon Feb 06 02:47:37 2017 +0100 @@ -16,10 +16,16 @@ Prosody uses. However you will need to install zlib support for Lua on your system. There are different ways of doing this depending on your system. If in doubt whether it is installed correctly, the command -`lua-lzlib` in a console should open a Lua prompt with no errors. +`lua -lzlib` in a console should open a Lua prompt with no errors. + +Debian/Ubuntu +: `apt-get install lua-zlib` -For more information on obtaining lua-zlib for your platform, see the -[dependencies page][doc:depends]. +LuaRocks +: `luarocks install lua-zlib` + +Source +: # Usage