From 2232d2289f4874af33e8bdf87683f4ec3137ed58 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Mon, 11 Apr 2011 18:08:56 -0700 Subject: [PATCH] Update README file about 1.0 release. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdbb2e5..8a88195 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,14 @@ Thread to Thread communication methods Installation ============ -With LuaRocks 2.0.4.1: +lua-llthread 1.0 release: + $ sudo luarocks install lua-llthreads + +Or for the lastest git revision: +* With LuaRocks 2.0.4.1: $ sudo luarocks install https://github.com/Neopallium/lua-llthreads/raw/master/rockspecs/lua-llthreads-scm-0.rockspec -With CMake: +* With CMake: $ git clone git://github.com/Neopallium/lua-llthreads.git $ cd lua-llthreads ; mkdir build ; cd build $ cmake ..