commit c5335205222d2b76db656f8b13f3a685856cc96d
parent ff4d093371609cda471d9ff99e6006cfbec51cd2
Author: Joris Hartog <jorishartog@hotmail.com>
Date: Mon, 27 Jul 2026 09:46:56 +0200
Clarify homepage join options
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/index.html b/www/index.html
@@ -289,11 +289,11 @@
<h2>How To Join</h2>
<div class="steps">
<div class="step">
- <p>Download the latest binary for your platform from <a href="https://github.com/iuna-labs/iuna/releases">GitHub Releases</a>, unpack it, and start it once to set up your wallet.</p>
+ <p>Download the latest binary for your platform from <a href="https://github.com/iuna-labs/iuna/releases">GitHub Releases</a>, unpack it, and start iuna. You can add peers from the UI after setup.</p>
<pre><code>./iuna</code></pre>
</div>
<div class="step">
- <p>Ask for a public seed node address, then restart iuna with a local data directory and that peer as your join target.</p>
+ <p>Or, if you already have a public seed node address, start iuna with that peer as your join target.</p>
<pre><code>./iuna \
--data-dir .iuna \
--p2p 0.0.0.0:9445 \