From df53d22c049122e4295b9218e12a817f32e076eb Mon Sep 17 00:00:00 2001 From: lbt <lbt@mail.i2p> Date: Wed, 11 Jan 2023 18:57:29 +0100 Subject: [PATCH] There is no target bundle for ant, instead it seems git-bundle is the one to use --- i2p2www/pages/site/docs/applications/git-bundle.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/applications/git-bundle.html b/i2p2www/pages/site/docs/applications/git-bundle.html index f769f2da0..db076955d 100644 --- a/i2p2www/pages/site/docs/applications/git-bundle.html +++ b/i2p2www/pages/site/docs/applications/git-bundle.html @@ -28,7 +28,7 @@ <h2 id="generating-a-bundle">{% trans -%}Generating a Bundle{%- endtrans %}</h2> <p>{% trans -%} First, follow the <a href="GIT.md">Git guide for Users</a> until you have a successfully <code>--unshallow</code>ed clone of clone of the i2p.i2p repository. If you already have a clone, make sure you run <code>git fetch --unshallow</code> before you generate a torrent bundle. {%- endtrans %}</p> <p>{% trans -%}Once you have that, simply run the corresponding ant target:{%- endtrans %}</p> -<pre><code>ant bundle</code></pre> +<pre><code>ant git-bundle</code></pre> <p>{% trans -%} and copy the resulting bundle into your I2PSnark downloads directory. For instance: {%- endtrans %}</p> <pre><code>cp i2p.i2p.bundle* $HOME/.i2p/i2psnark/</code></pre> <p>{% trans -%} In a minute or two, I2PSnark will pick up on the torrent. Click on the “Start†button to begin seeding the torrent. {%- endtrans %}</p> -- GitLab