diff --git a/docs/manual/_sources/gettingstartedfast.rst.txt b/docs/manual/_sources/gettingstartedfast.rst.txt
index 1610228..e9e1e2e 100644
--- a/docs/manual/_sources/gettingstartedfast.rst.txt
+++ b/docs/manual/_sources/gettingstartedfast.rst.txt
@@ -134,9 +134,11 @@ Reticulum on Android
==============================================
Reticulum can be used on Android in different ways. The easiest way to get
started is using the `Termux app
Reticulum can be used on Android in different ways. The easiest way to get started is using the Termux app, at the time of writing -available on F-droid. Termux is a terminal emulator and -Linux environment for Android based devices, which includes the ability to use -many different programs and libraries, including Reticulum.
+available on F-droid. +Termux is a terminal emulator and Linux environment for Android based devices, +which includes the ability to use many different programs and libraries, +including Reticulum.
Since the Python cryptography.io module does not offer pre-built wheels for Android, the standard one-line install of Reticulum does not work on Android, and a few extra commands are required.
@@ -162,10 +163,10 @@ and a few extra commands are required. pkg update pkg upgrade - # Then install dependencies for cryptography library. +# Then install dependencies for cryptography library. pkg install python build-essential openssl libffi rust - # Make sure pip is up to date, and install the wheel module. +# Make sure pip is up to date, and install the wheel module. pip3 install wheel pip --upgrade # Start the install process for the cryptography module.