mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
Rock published
This commit is contained in:
parent
f20d84c626
commit
0072da75d5
@ -8,6 +8,12 @@ Parse HTML text into a tree of elements with selectors
|
||||
##License
|
||||
MIT; see `./doc/LICENSE`
|
||||
|
||||
##Install
|
||||
Htmlparser is a listed [LuaRock](http://luarocks.org/repositories/rocks/). Install using [LuaRocks](http://www.luarocks.org/): `luarocks install htmlparser`
|
||||
|
||||
###Dependencies
|
||||
Htmlparser depends on [Lua 5.2](http://www.lua.org/download.html), and on the ["set"][1] LuaRock, which is installed along automatically
|
||||
|
||||
##Usage
|
||||
Start off with
|
||||
```lua
|
||||
|
Loading…
Reference in New Issue
Block a user