commit e28963e034813b23ea4ca680fcb8885bbf786789
parent 3f20b1641b5617394f97d6137978f03bcbd57561
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Thu, 19 Sep 2024 13:01:47 +0200
new hello CLI interface
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/developers/tutorial.rst b/developers/tutorial.rst
@@ -278,7 +278,7 @@ should:
``gnunet-hello -c peer1.conf --export-hello``
- Give the output to the second peer by running
- ``gnunet-hello -c peer2.conf --import-hello '<output>'``
+ ``echo "gnunet://hello/..." | gnunet-hello -c peer2.conf --import-hello``
Check that they are connected using ``gnunet-core -s -c peer1.conf``, which
should give you the other peer's peer identity:
diff --git a/users/configuration.rst b/users/configuration.rst
@@ -471,7 +471,7 @@ that is connecting*:
.. code-block:: text
- $ gnunet-hello --import-hello URI
+ $ echo "gnunet://hello/..." | gnunet-hello --import-hello
.. _Configuration-of-the-HOSTLIST-proxy-settings-cli: