Updated docs
diff --git a/README-AIO-execution.md b/README-AIO-execution.md
deleted file mode 100644
index a20bf2e..0000000
--- a/README-AIO-execution.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Playbook Execution
-
-Custom properties and credentials have been included in the playbook so they do not
-need to be passed in on the command line. Additionally, roles that are not suitable
-for Verizon provisioned instances have been removed so that they no longer need to be
-listed in --skip-tags.
-
-# Playbook cli to update the Ansible cache
-    ansible-playbook \
-        install-edge-aio.yml \
-        --tags=cache
-
-# Playbook cli for OS Pre-Requisites
-    ansible-playbook \
-        install-edge-aio.yml \
-        --become \
-        --become-method=pbrun \
-        --tags=os-pre-req
-
-# Playbook cli for Apigee Pre-Requisites
-    ansible-playbook \
-        install-edge-aio.yml \
-        --become \
-        --become-method=pbrun \
-        --tags=apigee-pre-req
-
-# Playbook cli for Apigee Configuration
-    ansible-playbook \
-        install-edge-aio.yml \
-        --become \
-        --become-method=pbrun \
-        --tags=apigee-config
-
-# Playbok cli for Apigee Component installation
-    ansible-playbook \
-        install-edge-aio.yml \
-        --become \
-        --become-method=pbrun \
-        --skip-tags=cache,os-pre-req,apigee-pre-req,apigee-config
-
diff --git a/README-apigee-opdk-debug-mode.md b/README-apigee-opdk-debug-mode.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README-apigee-opdk-debug-mode.md
diff --git a/README-install-edge-aio.md b/README-install-edge-aio.md
new file mode 100644
index 0000000..912224b
--- /dev/null
+++ b/README-install-edge-aio.md
@@ -0,0 +1,14 @@
+# Install the AIO profile of Apigee Edge
+
+The playbook `install-edge-aio.yml` will perform an installation of AIO version 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-aio.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.md b/README.md
index ffe7561..00ed3ba 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@
 ## Installation, Configuration and Maintenance Scripts 
 | Playbook Description (README's Available) | Playbook Name | Playbook Role Requirements |
 | --- | --- | --- |
-| [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 AIO](README-install-edge-aio.md) | [install-edge-aio.yml](install-edge-aio.yml) | [install-edge-aio-requirements.yml](install-edge-aio-requirements.yml) |
 | [Install Edge](README-install-edge.md) | [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) |