man/man0/README.html in binman-3.3.1 vs man/man0/README.html in binman-3.3.2

- old
+ new

@@ -1,10 +1,10 @@ <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> - <meta name="generator" content="md2man 2.0.0 https://github.com/sunaku/md2man" /> + <meta name="generator" content="md2man 2.0.1 https://github.com/sunaku/md2man" /> <title>README</title> <link rel="stylesheet" href="../style.css"/> <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> </head> <body><div class="navbar"><div class="navbar-inner"><span class="brand"><a href="../index.html#man0">man0</a>/README</span></div></div><div class="container-fluid"><h1 id="binman-man-pages-for-bin-scripts">binman - man pages for bin scripts</h1><p><a href="https://github.com/sunaku/binman">binman</a> produces UNIX manual pages for executable scripts using <a href="https://github.com/sunaku/md2man">md2man</a>.</p><h2 id="Features">Features</h2> @@ -14,15 +14,15 @@ Perl, Python, Node.js, Tcl, AWK, UNIX shell, and more!</p></li> <li><p>Provides a Ruby library and a command-line client too.</p></li> <li><p>Individual extraction, conversion, and display commands.</p></li> <li><p>Implemented in roughly 130 lines of pure Ruby code! :-)</p></li> </ul> -<h3 id="Demonstration">Demonstration</h3><p><img src="http://ompldr.org/vYm5mcg" alt="Obligatory screen-shot of binman(1) in action!"></p><p>Here is <a href="https://raw.github.com/sunaku/binman/master/bin/binman">a complete example in Ruby</a> to help you get started. +<h3 id="Demonstration">Demonstration</h3><p><img src="https://raw.github.com/sunaku/binman/master/EXAMPLE.png" alt="Obligatory screen-shot of binman(1) in action!"></p><p>Here is <a href="https://raw.github.com/sunaku/binman/master/bin/binman">a complete example in Ruby</a> to help you get started. For examples in other scripting languages, see the &quot;Usage&quot; section below!</p><h2 id="Installation">Installation</h2><p>If you only want to view pre-built manual pages:</p> <pre><code>gem install binman </code></pre> <p>If you also want to build your own manual pages:</p> -<pre><code>gem install md2man -v &#39;~&gt; 1.4&#39; +<pre><code>gem install md2man -v &#39;~&gt; 2.0&#39; </code></pre> <h3 id="Prerequisites">Prerequisites</h3> <ul> <li>Ruby 1.8.7 or 1.9.2 or newer.</li> </ul>