From ce12fb20938b0f2cdcaf667bd100ef42a4cba27f Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Sat, 9 Jan 2016 15:06:11 +0000 Subject: [PATCH] addDocker hub to README Signed-off-by: Justin Cormack --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c77c9c1b35..00939d13ed 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ The [video of my FOSDEM 2013 talk](http://www.myriabit.com/ljsyscall/) here, and ## Install +A Docker hub automated build (currently only for Linux) is availablevia `docker pull justincormack/ljsyscall`. + The stable release is now available in the luarocks repository, so you should be able to run ```luarocks install ljsyscall```. There will be a ```ljsyscall-rump``` rock soon, but I need to fix the install for the rump libraries. For simple uses, you just need to put the ```.lua``` files somewhere that LuaJIT will find them, eg typically in ```/usr/local/share/lua/5.1/```. Keep the directory structure there is. You can safely remove files from architectures and operating systems you do not use.