Remove mention of monotone on d/l page, fix android source link
This commit is contained in:
@ -224,17 +224,18 @@ I2P connections.</p>
|
||||
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
||||
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
|
||||
github='https://github.com/i2p/i2p.i2p',
|
||||
android='https://github.com/i2p/i2p.android.base',
|
||||
i2pversion=ver() -%}
|
||||
Alternately, you can fetch the source from <a href="{{ monotoneurl }}#getting-the-i2p-code">monotone</a>
|
||||
or via Git from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
|
||||
Alternately, you can fetch the source via <a href="{{ monotoneurl }}#getting-the-i2p-code">Git</a>
|
||||
from <a href="{{ gitrepo }}">git.repo.i2p</a> or <a href="{{ github }}">Github</a>.
|
||||
<br />
|
||||
Run <code>(tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)</code> then either
|
||||
run the GUI installer or headless install as above.
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
|
||||
github='https://github.com/i2p/i2p.android.base' -%}
|
||||
Android source is in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a>
|
||||
and on <a href="{{ github }}">Github</a>.
|
||||
Android source is also in <a href="{{ monotoneurl }}#getting-the-i2p-code">git</a>
|
||||
on <a href="{{ android }}">Github</a>.
|
||||
Android builds require the I2P source.
|
||||
See the documentation in the Android source for additional build requirements and instructions.
|
||||
{%- endtrans %}</p>
|
||||
|
Reference in New Issue
Block a user