From be9dbe28a77e852419e7d21bdf90afb4f0933875 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 27 Apr 2020 12:16:08 +0200 Subject: [PATCH] Updated readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0eceeb7..4113d49 100755 --- a/README.md +++ b/README.md @@ -70,16 +70,19 @@ ln -s ../RNS ./Examples/ # Run an example python3 Examples/Echo.py -s -# Unless you've manually created a config file, Reticulum will do so now, and immediately exit. Make any necessary changes to the file. +# Unless you've manually created a config file, Reticulum will do so now, +# and immediately exit. Make any necessary changes to the file: nano ~/.reticulum/config # ... and launch the example again. python3 Examples/Echo.py -s -# You can now repeat the process on another computer, and run the same example with -h to get command line options. +# You can now repeat the process on another computer, +# and run the same example with -h to get command line options. python3 Examples/Echo.py -h -# Run the example in client mode to "ping" the server. Replace the hash below with the actual destination hash of your server. +# Run the example in client mode to "ping" the server. +# Replace the hash below with the actual destination hash of your server. python3 Examples/Echo.py 3e12fc71692f8ec47bc5 # Have a look at another example