Skip to content

Commit

Permalink
Update README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Jun 30, 2014
1 parent b157957 commit 35c1394
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ This library has C and FFI version of binding.
https://github.com/moteus/lzmq

##Install
Using *LuaRocks*:<br/>
If you plan use `lzmq.threads` module then you should also install [llthreads2](https://github.com/moteus/lua-llthreads2)<br/>

* Using *LuaRocks*:<br/>
`luarocks install lua-llthreads2` or `luarocks install lua-llthreads2-compat`<br/>
`luarocks install lzmq` or install only ffi version `luarocks install lzmq-ffi`<br/>
`lzmq.threads` module also requires or [llthreads2](https://github.com/moteus/lua-llthreads2) or [llthreads](https://github.com/Neopallium/lua-llthreads) library (version > 1.2)<br/>
`luarocks install lua-llthreads2` or `luarocks install lua-llthreads2-compat` <br/>
or<br/>
`luarocks install https://raw.github.com/Neopallium/lua-llthreads/master/rockspecs/lua-llthreads-scm-0.rockspec`

<br/>Using *LuaDist*:<br/>
`luadist install lzmq` or `luadist install lzmq-ffi`<br/>
* Using *LuaDist*:<br/>
`luadist install lua-llthreads2` or `luadist install lua-llthreads2-compat`<br/>
`luadist install lzmq` or `luadist install lzmq-ffi`<br/>

##API
This is short [API](http://moteus.github.io/lzmq/index.html) description.<br/>
Expand Down

0 comments on commit 35c1394

Please sign in to comment.