gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 4108473c9c3094efcca5758f28c60ca74448ccc2
parent 77a011d421b3d0c89f1c7006c00280ba6c7c4199
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed,  7 Aug 2024 10:44:29 +0200

fix gnunet-hello binary references

Diffstat:
Mdevelopers/tutorial.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/developers/tutorial.rst b/developers/tutorial.rst @@ -275,18 +275,18 @@ should: ``gnunet-arm -c peer2.conf -s`` - Get ``HELLO`` message of the first peer running - ``gnunet-core -c peer1.conf --export-hello`` + ``gnunet-hello -c peer1.conf --export-hello`` - Give the output to the second peer by running - ``gnunet-core -c peer2.conf --import-hello '<output>'`` + ``gnunet-hello -c peer2.conf --import-hello '<output>'`` -Check that they are connected using ``gnunet-core -c peer1.conf``, which +Check that they are connected using ``gnunet-core -s -c peer1.conf``, which should give you the other peer's peer identity: .. code-block:: text - $ gnunet-core -c peer1.conf + $ gnunet-core -s -c peer1.conf Peer `9TVUCS8P5A7ILLBGO6 [...shortened...] 1KNBJ4NGCHP3JPVULDG' .. _Starting-Peers-Using-the-Testbed-Service: