Use new mtn URL syntax in guides (ticket #1156)
This commit is contained in:
@ -280,7 +280,7 @@
|
|||||||
If you only want I2P sources:
|
If you only want I2P sources:
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
<ul>
|
<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>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -289,7 +289,7 @@
|
|||||||
If you want all branches:
|
If you want all branches:
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
<ul>
|
<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>
|
</ul>
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
If the transfer aborts before completing sucessfully, simply repeating the pull command will resume the transfer.
|
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
|
Monotone repository. To accomplish this, change into the directory where
|
||||||
<code>i2p.mtn</code> is located and issue:
|
<code>i2p.mtn</code> is located and issue:
|
||||||
<ul>
|
<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>
|
</ul>
|
||||||
{%- endtrans %}
|
{%- endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
@ -75,10 +75,10 @@ Copy and paste the <a href="{{ devkeys }}">developer's commit keys</a> into a ne
|
|||||||
{%- endtrans %}</li>
|
{%- 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 %}
|
<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>
|
<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>
|
<li>
|
||||||
<p>
|
<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>
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
Alternatively, instead of 'mtn.i2p2.de', you can also download from mtn.i2p-projekt.de.
|
Alternatively, instead of 'mtn.i2p2.de', you can also download from mtn.i2p-projekt.de.
|
||||||
|
Reference in New Issue
Block a user