forked from I2P_Developers/i2p.www
propagate from branch 'i2p.www' (head d53e5172a3a72c5817753b20c95afa1841124686)
to branch 'i2p.www.revamp' (head 69c08c82c7e3e80e4646a41d2cdfa6d07cef3427)
This commit is contained in:
@@ -32,30 +32,27 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
|
||||
<div class="package">
|
||||
<h1>Mac OS X</h1>
|
||||
<div class="file">
|
||||
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar') }}">i2pinstall_0.9.3.jar</a>
|
||||
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.4-1_osx.jar') }}">i2pinstall_0.9.4-1_osx.jar</a>
|
||||
<div class="sig">
|
||||
(SHA256
|
||||
4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494
|
||||
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar.sig') }}">sig</a>)
|
||||
(SHA256
|
||||
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
|
||||
<a href="{{ url_for('downloads_select', file='i2pinstall_0.9.4-1_osx.jar.sig') }}">sig</a>)
|
||||
</div>
|
||||
</div>
|
||||
<div class="details">
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.3.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
|
||||
installer.
|
||||
You may be able to right-click and select
|
||||
"Open with Java".
|
||||
<div class="warning">
|
||||
Due to <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/826">a wrapper bug</a>, the 0.9.4 installer
|
||||
will <b>NOT</b> work on OS X. Use the 0.9.3 installer. After I2P starts, it will
|
||||
automatically update to 0.9.4.
|
||||
See <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/826">the ticket</a> for additional information,
|
||||
links, and workarounds.
|
||||
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer above.
|
||||
</div>
|
||||
|
||||
<h2>Command line (headless) install:</h2>
|
||||
Download the 0.9.3 graphical installer file above and
|
||||
run <code>java -jar i2pinstall_0.9.3.jar -console</code> from the command line.
|
||||
Download the 0.9.4-1 OSX graphical installer file above and
|
||||
run <code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> from the command line.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user