diff --git a/roles/azuracast/README.rst b/roles/azuracast/README.rst
index 0ae38be9b..219e0c81b 100644
--- a/roles/azuracast/README.rst
+++ b/roles/azuracast/README.rst
@@ -2,19 +2,19 @@
AzuraCast README
==========
-This 'AzuraCast' playbook adds `AzuraCast `_ to Internet-in-a-Box (IIAB) for network radio station functionality. With 'AzuraCast', one can schedule podcasts, music, and even do live streaming of audio content. A variety of streaming formats are supported.
+This 'AzuraCast' playbook adds `AzuraCast `_ to Internet-in-a-Box (IIAB) for network radio station functionality. With 'AzuraCast' you and your community can schedule podcasts, music, and even do live streaming of audio content. A variety of streaming formats are supported.
-Currently, this will only run on Ubuntu 18.04, Debian 9, Debian 10. This will not run on raspberry pi.
+Currently, this will only run on Ubuntu 18.04, Debian 9, Debian 10. At present, it will not run on Raspberry Pi.
Using It
--------
-**ISSUE!** Since the AzuraCast installer installs docker and docker-compose, it creates many network interfaces which confuses the IIAB network detection logic. So, it is highly recommended that to get AzuraCast, and a functional IIAB server, the following sequence be followed.
+**ISSUE!** Since the AzuraCast installer installs docker and docker-compose, it creates many network interfaces which confuse the IIAB network detection logic (`#1753 `_). So, as of 2019-06-21, follow this sequence to get AzuraCast working on your IIAB server:
-* Do a normal IIAB install with `azuracast_install` and `azuracast_enabled` set to `false`.
-* Set the above variables to true.
-* On the console, `./runrole azuracast` or a full IIAB install with `./iiab-install --reinstall`
-* After the playbook completes, AzuraCast will be available on `http://box.lan:10080`
-* Visiting that URL will prompt the user to do initial setup: user accounts, managing stations, radio streams, etc.
+* Do a normal IIAB install (http://download.iiab.io) keeping ``azuracast_install`` and ``azuracast_enabled`` False, per the defaults.
+* Set the two above variables to True in `/etc/iiab/local_vars.yml `_
+* As root, do ``cd /opt/iiab/iiab`` then ``./runrole azuracast`` (or do ``./iiab-install --reinstall`` for a full IIAB install)
+* After the Ansible playbook completes, AzuraCast's console will be available on http://box.lan:10080
+* This site will prompt you to set up: user accounts, managing stations, radio streams, etc.
-Note: When creating a station from the admin console. The default streaming ports for the `station` and `autodj` need to be in the port range 10000-10100.
+Note: When creating a station from AzuraCast's console, its default streaming ports for ``station`` and ``autodj`` need to be in the `port range 10000-10100 `_.