diff --git a/README.md b/README.md index 4113d49..9f5aa41 100755 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Full documentation and video tutorials are coming with the stable alpha release. To install dependencies and get started: -``` +```bash # Install dependencies pip3 install cryptography pyserial @@ -91,4 +91,4 @@ python3 Examples/Filetransfer.py -h The default config file contains examples for using Reticulum with LoRa transceivers (specifically [RNode](https://unsigned.io/projects/rnode/)), packet radio TNCs/modems and UDP. By default a UDP interface is already enabled in the default config, which will enable Reticulum communication in your local ethernet broadcast domain. -You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started. \ No newline at end of file +You can use the examples in the config file to expand communication over other mediums such as packet radio or LoRa, or over fast IP links using the UDP interface. I'll add in-depth tutorials and explanations on these topics later. For now, the included examples will hopefully be enough to get started.