diff --git a/README.md b/README.md
index 204b5de..955f623 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,12 @@ debian-armyknife   custom    ba509e499dda   11 hours ago   321MB
 docker run -it debian-armyknife:custom bash
 ```
 
+###### 5. Run and attach to specific network: 
+
+```
+docker run --network [NETWORK NAME] -it debian-armyknife:custom bash
+```
+
 
 
 ###### Add information on how to include via docker compose: 
@@ -38,10 +44,3 @@ missing
 ```
 
 
-###### Add information on how to attach to specific network: 
-
-```
-missing
-```
-
-