diff --git a/Docs/Installation.md b/Docs/Installation.md
index 3b17f13..fe681b8 100644
--- a/Docs/Installation.md
+++ b/Docs/Installation.md
@@ -88,7 +88,7 @@ GLOBAL OPTIONS:
-# Using the Cli commands
+# Using basic commands
### Start as a server
Do ensure you have docker installed for this
@@ -96,7 +96,7 @@ Do ensure you have docker installed for this
p2prc -s
```
-### View server Speciafication
+### View server Specification
```
p2prc --specs=
```
@@ -133,3 +133,19 @@ p2prc --ls
p2prc --ni
```
+### Using Plugins
+This feature is still Under Development
+
+#### Dependencies
+- Ansible:
+ - Debian/ubuntu: ```sudo apt install ansible```
+ - Others: [Installation link](https://ansible-tips-and-tricks.readthedocs.io/en/latest/ansible/install/)
+
+#### Set ansible host_key_checking to false
+- On linux
+ - ```sudo nano /etc/ansible/ansible.cfg```: Open the following file. If this file is not found then where
+ ever the file ```ansible.cfg``` is located.
+ - Add or uncomment ```host_key_checking = False```
+
+
+