close <br> tags
This commit is contained in:
@ -8,30 +8,30 @@ Java Runtime 1.5 or higher.
|
||||
<a href="http://openjdk.java.net/install/">OpenJDK 6</a>, or
|
||||
<a href="http://icedtea.classpath.org/wiki/Main_Page">IcedTea6</a>
|
||||
recommended)
|
||||
<br>
|
||||
<br />
|
||||
<a href="http://java.com/en/download/installed.jsp?detect=jre&try=1">Determine your installed Java version here</a>
|
||||
or type <tt>java -version</tt> at your command prompt.
|
||||
<h3>Clean installs</h3>
|
||||
<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>
|
||||
(SHA256
|
||||
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
|
||||
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
|
||||
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>
|
||||
<li><a href="/debian.html">Packages for Debian & 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>
|
||||
(SHA256
|
||||
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>.
|
||||
<br>
|
||||
<br />
|
||||
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>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user