diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index fa4c7a6050cda73b2b1022c6549b660f309c74a7..e913e4f8076d953d41c412c3b032739e3a6eab4d 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -216,16 +216,18 @@ You need to verify/change the IP addresses. You can find the OAI-AMF IP address
 ![ALT](/openairinterface5g/openairinterface-conf/fig/amf_parameters.png)  
 
 
-Check if the IP Address of cu_gnb.conf is the same of docker-compose-basic-nrf.yaml. To edit cu_gnb.conf, type:
+Check if the IP Address of gnb.sa.band78.fr1.106PRB.usrpb210.conf is the same of docker-compose-slicing-basic-nrf.yaml. To edit gnb.sa.band78.fr1.106PRB.usrpb210.conf, type:
 
-gedit /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/cu_gnb.conf
+gedit /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf
 
 
 **Step 3:** to check a virtual interface (demo-oai), type:
 
 ip -br -c a
 
-You should find a virtual interface (demo-oai) (as shown in figure below). This interface serves to connect the CU with OAI-AMF.  You must get its IP address and name to configure the N2 interface such as two figures before. 
+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)