From 2c20dce01b0b270054c7d0ff610e5625910fa959 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 12 May 2020 16:47:49 +0200 Subject: [PATCH] Updated HTML readme --- README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.html b/README.html index ccbfaf8..d3d977c 100644 --- a/README.html +++ b/README.html @@ -788,7 +788,7 @@ pre {

How do I get started?

-

Full documentation and video tutorials are coming with the stable alpha release. Until then, you are mostly on your own. If you really want to experiment already, you could take a look in the "Examples" folder, for some well-documented example programs. Be sure to also read the Reticulum Overview Document.

+

Full documentation and video tutorials are coming with the stable alpha release. Until then, you are mostly on your own. If you really want to experiment already, you could take a look in the "Examples" folder, for some well-documented example programs. The default configuration file created by Reticulum on the first run is also worth reading. Be sure to also read the Reticulum Overview Document.

If you just need Reticulum as a dependency for another application, the easiest way is probably via pip:

pip3 install rns

For development, you might want to get the latest source from GitHub. In that case, don't use pip, but try this recipe: