From 03cde546cc32a507c743c5b52189af511c9e49fd Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Mon, 11 Apr 2011 18:28:47 -0700 Subject: [PATCH] Fix README formatting. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81cde33..6f91704 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,14 @@ Installation ============ lua-llthread 1.0 release: - $ sudo luarocks install lua-llthreads - Or for the lastest git revision: -* With LuaRocks 2.0.4.1: +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 ..