From df53d22c049122e4295b9218e12a817f32e076eb Mon Sep 17 00:00:00 2001 From: lbt 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 f769f2da..db076955 100644 --- a/i2p2www/pages/site/docs/applications/git-bundle.html +++ b/i2p2www/pages/site/docs/applications/git-bundle.html @@ -28,7 +28,7 @@

{% trans -%}Generating a Bundle{%- endtrans %}

{% trans -%} First, follow the Git guide for Users until you have a successfully --unshallowed clone of clone of the i2p.i2p repository. If you already have a clone, make sure you run git fetch --unshallow before you generate a torrent bundle. {%- endtrans %}

{% trans -%}Once you have that, simply run the corresponding ant target:{%- endtrans %}

-
ant bundle
+
ant git-bundle

{% trans -%} and copy the resulting bundle into your I2PSnark downloads directory. For instance: {%- endtrans %}

cp i2p.i2p.bundle* $HOME/.i2p/i2psnark/

{% trans -%} In a minute or two, I2PSnark will pick up on the torrent. Click on the “Start” button to begin seeding the torrent. {%- endtrans %}