diff --git a/README.md b/README.md
index aa1075cf618a453356e8e62ac1675e960cd47d5e..141ba4ad7bcc9c73db9a43e40f65e74cbc2d86ac 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
-# ansible-nginx-curl
+# ansible project
+## GNS3 project link
+https://gns3.hepiapp.ch/static/web-ui/server/1/project/7748334d-888f-40ec-8ff5-d0655e310e16
 
-https://gns3.hepiapp.ch/static/web-ui/server/1/project/7748334d-888f-40ec-8ff5-d0655e310e16
\ No newline at end of file
+## How to use
+
+Make sure to swap out the IP addresses in the ***deez_nodes*** file if they changed.
+Then simply use the following command:
+
+```
+ansible-playbook -i deez_nodes h1.yml h2.yml r1.yml
+```
+
+You might need to have the hosts inside of your know_hosts file in .ssh in order for this to work.
\ No newline at end of file