diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 7152763ff9634c5ff7c3d1e3e95a661503049ef9..3564a953879c1a1e1748331306ebb14e0aa18422 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -192,7 +192,7 @@ To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
 
 For this task, open another terminal using crtl+Alt+T.
 
-**Step 1:** Core deployment
+**Step 1:** Core deployment?
 
 > cd /home/$your user$/oai-cn5g-fed/docker-compose
 > 
@@ -203,4 +203,36 @@ Expected result:
 
 After running the above command, nine containers are expected to be in the "Up (healthy)" state as shown in figure below.
 
-![ALT](/openairinterface5g/openairinterface-conf/fig/results_deploy_core.png)   
\ No newline at end of file
+![ALT](/openairinterface5g/openairinterface-conf/fig/results_deploy_core.png)  
+
+**Step 2:** FlexRIC deployment:
+
+> cd flexric/
+>
+> ./build/examples/ric/nearRT-RIC 
+
+After running the above command the expect result is shown in figure below.
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/expected_result_flexric.png)  
+
+**Step 3:** gNB deployment:
+
+**Attention:** You must have Core 5G up and running
+
+**Step 3.1:** open a new terminal using ctrl+Alt+T and type:
+
+> sudo su
+> 
+> cd /home/dco1020/openairinterface5g/cmake_targets/ran_build/build/
+> 
+> sudo RFSIMULATOR=server ./nr-softmodem --rfsim --sa -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --gNBs.[0].min_rxtxtime 6 --continuous-tx 
+
+
+
+**Step 3.2**: To check the connection of gNodeB to the Core, see AMF logs. Open another terminal (the third one) using ctrl+Alt+T and type: 
+
+> docker logs -f oai-amf
+
+The expected return is shown in figure below, where gNodeB shows the connected status.
+
+![ALT](/openairinterface5g/openairinterface-conf/fig/gNB_config_06.png)  
\ No newline at end of file