Use new mtn URL syntax in guides (ticket #1156)

This commit is contained in:
str4d
2014-01-08 02:14:31 +00:00
parent 575cecb89d
commit 493eba81ba
2 changed files with 5 additions and 5 deletions

View File

@ -280,7 +280,7 @@
If you only want I2P sources:
{%- endtrans %}
<ul>
<li><code>$ <b>mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 i2p.i2p</b></code></li>
<li><code>$ <b>mtn --db="i2p.mtn" -k "" pull "mtn://127.0.0.1:8998?i2p.i2p"</b></code></li>
</ul>
</p>
@ -289,7 +289,7 @@
If you want all branches:
{%- endtrans %}
<ul>
<li><code>$ <b>mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 "i2p.*"</b></code></li>
<li><code>$ <b>mtn --db="i2p.mtn" -k "" pull "mtn://127.0.0.1:8998?i2p.*"</b></code></li>
</ul>
{% trans -%}
If the transfer aborts before completing sucessfully, simply repeating the pull command will resume the transfer.
@ -389,7 +389,7 @@ directory where <code>i2p.mtn</code> was created and attempt a checkout of the I
Monotone repository. To accomplish this, change into the directory where
<code>i2p.mtn</code> is located and issue:
<ul>
<li>$ <code><b>mtn --db="i2p.mtn" -k "" pull 127.0.0.1:8998 i2p.i2p</b></code></li>
<li>$ <code><b>mtn --db="i2p.mtn" -k "" pull "mtn://127.0.0.1:8998?i2p.i2p"</b></code></li>
</ul>
{%- endtrans %}
</p>

View File

@ -75,10 +75,10 @@ Copy and paste the <a href="{{ devkeys }}">developer's commit keys</a> into a ne
{%- endtrans %}</li>
<li>{% trans %}Pull the I2P sources to your machine. This may take a long time, especially if you are doing this over I2P!{% endtrans %}
<ul>
<li>{% trans %}Anonymously:{% endtrans %} <code><b>mtn -d i2p.mtn pull 127.0.0.1:8998 i2p.i2p -k""</b></code></li>
<li>{% trans %}Anonymously:{% endtrans %} <code><b>mtn -d i2p.mtn -k "" pull "mtn://127.0.0.1:8998?i2p.i2p"</b></code></li>
<li>
<p>
{% trans %}Non-anonymously:{% endtrans %} <code><b>mtn -d i2p.mtn pull mtn.i2p2.de i2p.i2p -k"" </b></code>
{% trans %}Non-anonymously:{% endtrans %} <code><b>mtn -d i2p.mtn -k "" pull "mtn://mtn.i2p2.de?i2p.i2p"</b></code>
</p>
<p>{% trans -%}
Alternatively, instead of 'mtn.i2p2.de', you can also download from mtn.i2p-projekt.de.