I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 66459bd2 authored by idk's avatar idk
Browse files

update Mac package on the page to prioritize DMG

parent 34480f71
No related branches found
No related tags found
No related merge requests found
......@@ -119,29 +119,12 @@ I2P connections.</p>
<h5>{%- trans %}I2P for Mac OSX{%- endtrans %}</h5>
{% call package('mac') %}
<p>{% trans i2pversion=ver() -%}
The most reliable way to launch the installer is from a terminal like this:
<code>java -jar i2pinstall_{{ i2pversion }}.jar</code>. This will launch the GUI installer.
Depending on how your computer is set up, you may be able to start the
installer by double-clicking the &quot;i2pinstall_{{ i2pversion }}.jar&quot; file or
right-clicking the file and selecting &quot;Open with Java&quot;.
Unfortunately, this behaviour is difficult to predict.
{%- endtrans %}</p>
<h3>{% trans %}Command line (headless) install:{% endtrans %}</h3>
{% trans i2pversion=ver() -%}
I2P can also be installed in a terminal environment, which may be especially
useful for servers, containers, or certain virtual machines. If you wish to
use the installer without a GUI, you can use the command
<code>java -jar i2pinstall_{{ i2pversion }}.jar -console</code> to follow
the install procedure in your terminal.
{%- endtrans %}
<h3>{% trans %}DMG Bundle (Beta){% endtrans %}</h3>
If you do not want to use the installer or do not have a Java Runtime Environment available
on your Mac, you can try our latest DMG bundle.
<h3>{% trans %}DMG Bundle{% endtrans %}</h3>
<p>I2P for Mac OSX is packaged using OSX's standard ".dmg" package type, which
allows it to use Apple's built-in tools to securely, reliably, and easily
install the package.</p>
<div class="file">
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}Mac OS DMG Bundle (BETA){% endtrans %}</a>
<a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}Mac OS DMG I2P Bundle{% endtrans %}</a>
</div>
{% endcall %}
......
{% extends "global/layout.html" %}
{%- from "downloads/macros" import package_outer with context -%}
{% block title %}Mac OS DMG Bundle (BETA){% endblock %}
{% block title %}Mac OS DMG Bundle){% endblock %}
{% block content %}
<h1>{{ _('Mac OS DMG Bundle (BETA)') }}</h1>
<h1>{{ _('Mac OS DMG Bundle') }}</h1>
<p>{% trans -%}
We are excited to offer you a DMG bundle for Mac OS. It installs and behaves
the same way many other Mac OS applications do and does not require a Java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment