From 6eea16009d90fdf738a01b074cd7e3a3be075eff Mon Sep 17 00:00:00 2001 From: ThatGraemeGuy Date: Wed, 20 Aug 2014 10:23:47 +0200 Subject: [PATCH] Added README info on LuaSocket installation for Ubuntu 14.04 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 414b6e0..458db4b 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,18 @@ every time that a submodule is updated. These steps can be combined as `git submodule update --init`. The Minetest IRC mod also requires LuaSocket. This can be installed using your -package manager on many distributions, for example on Arch Linux: +package manager on many distributions. + +Some examples: + +Arch Linux: # pacman -S lua51-socket +Ubuntu (tested on 14.04): + + # apt-get install luarocks + # luarocks install luasocket Settings --------