diff --git a/README.html b/README.html index ccbfaf8..d3d977c 100644 --- a/README.html +++ b/README.html @@ -788,7 +788,7 @@ pre {
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: