diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index e913e4f8076d953d41c412c3b032739e3a6eab4d..8f65972f5008b48895ed7bea321a1d88edc7fa18 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -227,10 +227,12 @@ ip -br -c a
 
 You should find a virtual interface (demo-oai) (as shown in figure below). This interface serves to connect the gNB with OAI-AMF.  You must get its IP address and name to configure the N2 interface such as two figures before.
 
-However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly.
-
 ![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png)  
 
+However, if you are trying to connect to the 5G Core located on another PC, you need to configure the routes accordingly. You can use the command below.
+
+> sudo ip route add 192.168.70.0/24 via "IP_PC_CORE" dev "INTERFACE_CONNECTED_WITH_PC_CORE"
+
 ## UE 1 Configurations
 
 ## Objectives