diff --git a/src/tests/p4/probe/README.md b/src/tests/p4/probe/README.md
index d41525a3f08f479743edfa6c4adb5f3567c5307d..bfc1e4731dc44a61b32ad5d75093f4aca1f57dbf 100644
--- a/src/tests/p4/probe/README.md
+++ b/src/tests/p4/probe/README.md
@@ -1,7 +1,40 @@
 # Probe for P4 mininet devices
 
-To check the latest monitoring samples, run
+Step 1:
+To copy the necessary files, run:
+
+```
+probe-tfs/deploy.sh
+```
+
+Step 2:
+To connect to the mininet docker, run:
+
+```
+probe-tfs/connect-to-mininet.sh
+```
+
+Step 3:
+From inside the mininet docker, run:
+
+```
+./tfsagent
+```
+
+Step 4 (on another terminal):
+Establish the service:
+```
+src/tests/p4/run_test_02_create_service.sh
+```
 
+Step 5:
+From inside mininet (make mn-cli):
+```
+client ./tfsping
+```
+
+Step 6 (on another terminal):
+To check the latest monitoring samples, run
 ```
 python src/tests/p4/probe/monitoring_kpis.py
-```
\ No newline at end of file
+```