close <br> tags

This commit is contained in:
kytv
2011-06-04 22:32:45 +00:00
parent fbc03f3605
commit 41ef285e39

View File

@ -8,30 +8,30 @@ Java Runtime 1.5 or higher.
<a href="http://openjdk.java.net/install/">OpenJDK 6</a>, or <a href="http://openjdk.java.net/install/">OpenJDK 6</a>, or
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a> <a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
recommended) recommended)
<br> <br />
<a href="http://java.com/en/download/installed.jsp?detect=jre&amp;try=1">Determine your installed Java version here</a> <a href="http://java.com/en/download/installed.jsp?detect=jre&amp;try=1">Determine your installed Java version here</a>
or type <tt>java -version</tt> at your command prompt. or type <tt>java -version</tt> at your command prompt.
<h3>Clean installs</h3> <h3>Clean installs</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Graphical installer:<br> <li>Graphical installer:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.6.exe">i2pinstall_0.8.6.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.8.6.exe">i2pinstall_0.8.6.exe</a>
(SHA256 (SHA256
0bd9927d607d2ac9986732b29b1c4b15a0fbb3521b2fa14dded10d5a57333efc 0bd9927d607d2ac9986732b29b1c4b15a0fbb3521b2fa14dded10d5a57333efc
<a href="http://mirror.i2p2.de/i2pinstall_0.8.6.exe.sig">sig</a>)<br> <a href="http://mirror.i2p2.de/i2pinstall_0.8.6.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall_0.8.6.exe</code> (yes, really)</li> type <code>java -jar i2pinstall_0.8.6.exe</code> (yes, really)</li>
<li>Command line (headless) install:<br> <li>Command line (headless) install:<br />
Download the graphical installer file above and Download the graphical installer file above and
run <code>java -jar i2pinstall_0.8.6.exe -console</code> from the command line. run <code>java -jar i2pinstall_0.8.6.exe -console</code> from the command line.
This will work on windows. linux, and mac (yes really).</li> This will work on windows. linux, and mac (yes really).</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Source install:<br> <li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.6.tar.bz2">i2psource_0.8.6.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.8.6.tar.bz2">i2psource_0.8.6.tar.bz2</a>
(SHA256 (SHA256
d784ab7ccfdf60f7ad71d625cd88c88c9290d3aeecfa419e03a7930e3faa72d0 d784ab7ccfdf60f7ad71d625cd88c88c9290d3aeecfa419e03a7930e3faa72d0
<a href="http://mirror.i2p2.de/i2psource_0.8.6.tar.bz2.sig">sig</a>)<br> <a href="http://mirror.i2p2.de/i2psource_0.8.6.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>. Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>.
<br> <br />
Run <code>(tar xjvf i2psource_0.8.6.tar.bz2 ; cd i2p-0.8.6 ; ant pkg)</code> then either Run <code>(tar xjvf i2psource_0.8.6.tar.bz2 ; cd i2p-0.8.6 ; ant pkg)</code> then either
run the GUI installer or headless install as above</li> run the GUI installer or headless install as above</li>
</ul> </ul>