Updated docs
diff --git a/README-install-edge.md b/README-install-edge.md
new file mode 100644
index 0000000..94b64cb
--- /dev/null
+++ b/README-install-edge.md
@@ -0,0 +1,14 @@
+# Install Apigee Edge
+
+The playbook `install-edge.yml` will perform an installation of Apigee Edge. Version 4.16.xx through 4.18.01 can be installed
+from this playbook.
+
+## Usage
+The upgrade process will be engaged when you invoke the playbook like this:
+
+ ansible-playbook install-edge.yml
+
+## Dependencies
+
+This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible].
+
diff --git a/README-upgrade.md b/README-upgrade.md
index e14dfe2..79d55cb 100644
--- a/README-upgrade.md
+++ b/README-upgrade.md
@@ -7,6 +7,10 @@
The upgrade process will be engaged when you invoke the playbook like this:
ansible-playbook update-edge.yml
+
+## Dependencies
+
+This playbook assumes that you followed the instructions for setting up (Ansible)[https://github.com/carlosfrias/apigee-opdk-playbook-setup-ansible].
Please note that the variables below need to be set either upon invocation of the playbook or by updating your custom-properties.yml
diff --git a/README.md b/README.md
index bb1c156..8566681 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,13 @@
| --- | --- | --- |
| [Install AIO](README-AIO-execution.md) | [install-edge-aio.yml](install-edge-aio.yml) | [install-edge-aio-requirements.yml](install-edge-aio-requirements.yml) |
| [Install Edge](install-edge.yml) | [install-edge.yml](install-edge.yml) | [install-edge-requirements.yml](install-edge-requirements.yml) |
+| [Upgrade Edge](README-upgrade.md) | [upgrade-edge.yml](upgrade-edge.yml) | [upgrade-edge-requirements.yml](upgrade-edge-requirements.yml) |
| [Install Developer Portal](install-devportal.yml) | [install-devportal.yml](install-devportal.yml) | [install-devportal-requirements.yml](install-devportal-requirements.yml) |
| [Install Baas](install-baas.yml) | [install-baas.yml](install-baas.yml) | [install-baas-requirements.yml](install-baas-requirements.yml) |
| [Install Monitoring Dashboard](install-monitoring.yml) | [install-monitoring.yml](install-monitoring.yml) | [install-monitoring-requirements.yml](install-monitoring-requirements.yml) |
| [Install Apigee Mirror](install-mirror.yml) | [install-mirror.ym](install-mirror.yml) | [install-mirror-requirements.yml](install-mirror-requirements.yml) |
| [Install Monetization](install-monetization.yml) | [install-monetization.yml](install-monetization.yml) | [install-monetization-requirements.yml](install-monetization-requirements.yml) |
| [Add a Data Center to a Planet](edge-expansion.yml) | [edge-expansion.yml](edge-expansion.yml) | [edge-expansion-requirements.yml](edge-expansion-requirements.yml) |
-| [Upgrade Edge](README-upgrade.md) | [upgrade-edge.yml](upgrade-edge.yml) | [upgrade-edge-requirements.yml](upgrade-edge-requirements.yml) |
| [Clean Control Server](clean.yml) | [clean.yml](clean.yml) | NA |
| [Hard Remove of Apigee from a Node](apigee-node-rollback.yml) | [apigee-node-rollback.yml](apigee-node-rollback.yml) | NA |
| [Download Apigee Logs](apigee-log-config-files.yml) | [apigee-log-config-files.yml](apigee-log-config-files.yml) | NA |