Create gh-pages branch via GitHub

This commit is contained in:
Wouter Scherphof 2013-03-28 15:41:23 -07:00
parent 089402e79a
commit d5ce71d9ae
2 changed files with 9 additions and 1 deletions

View File

@ -35,6 +35,14 @@
<p>MIT; see <code>./doc/LICENSE</code></p>
<h2>Install</h2>
<p>Htmlparser is a listed <a href="http://luarocks.org/repositories/rocks/">LuaRock</a>. Install using <a href="http://www.luarocks.org/">LuaRocks</a>: <code>luarocks install htmlparser</code></p>
<h3>Dependencies</h3>
<p>Htmlparser depends on <a href="http://www.lua.org/download.html">Lua 5.2</a>, and on the <a href="http://wscherphof.github.com/lua-set/">"set"</a> LuaRock, which is installed along automatically</p>
<h2>Usage</h2>
<p>Start off with</p>

File diff suppressed because one or more lines are too long