diff --git a/README.md b/README.md index 6f91704..ef23d80 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,17 @@ Installation ============ 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: + $ git clone git://github.com/Neopallium/lua-llthreads.git $ cd lua-llthreads ; mkdir build ; cd build $ cmake ..