--- a/doc/upmpdcli.html
+++ b/doc/upmpdcli.html
@@ -931,29 +931,34 @@
 <div class="paragraph"><p>If you are using the source from Github, you will also need the
 autoconf/automake/libtool trio. Use the <tt>autogen.sh</tt> script to set things
 up.</p></div>
-<div class="paragraph"><p>The libupnpp library, which used to be part of upmpdcli, has been
-separated, and you need to build this first.</p></div>
+<div class="paragraph"><p>The <strong>libupnpp</strong> library, which used to be part of <strong>upmpdcli</strong>, has been
+separated, and you need to build it first.</p></div>
 <div class="paragraph"><p>So you need to either clone two github repositories:
 <a href="https://github.com/medoc92/libupnpp">https://github.com/medoc92/libupnpp</a> and
 <a href="https://github.com/medoc92/upmpdcli">https://github.com/medoc92/upmpdcli</a>,
-or download the corresponding release tar files from the the
-<a href="downloads/">download area</a></p></div>
+or download the release tar files from the the
+<a href="downloads.html">download area</a></p></div>
 <div class="paragraph"><p>Once the source is extracted, the procedure is standard and there are
 currently no specific configure options:</p></div>
+<div class="literalblock">
+<div class="content">
+<pre><tt># Only for git source
+sh autogen.sh</tt></pre>
+</div></div>
 <div class="literalblock">
 <div class="content">
 <pre><tt>configure --prefix=/usr
 make
 sudo make install</tt></pre>
 </div></div>
-<div class="paragraph"><p>Which you should apply first to the libupnpp source, then to upmpdcli.</p></div>
+<div class="paragraph"><p>Which you should apply first to the <strong>libupnpp</strong> source, then to <strong>upmpdcli</strong>.</p></div>
 </div>
 </div>
 </div>
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2014-11-09 16:26:25 CET
+Last updated 2014-11-13 10:25:56 CET
 </div>
 </div>
 </body>