diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index eb1a207ed9bb3f30a163b59cada036e4921f807f..c58e09783532a618b467343e13c566f3345f2888 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -86,9 +86,7 @@ In a Linux Terminal, follow the steps below:
 ## 5G RAN Installation
 
 ## Objectives
-- Install and configure the OAI gNB 
-- Deploy a gNB together a previous configured 5GC
-- Inspect gNB status in 5GC Core
+- Install the OAI gNB 
 
 ## gNB Installation
 
@@ -100,8 +98,6 @@ To install OAI RAN 5G, go back for /home/$your user$ and follow this tutorial.
 > 
 > cd /home/$your user$
 
-## 5G RAN Installation
-
 **Step 1:** Install dependencies
 
 > sudo add-apt-repository ppa:ettusresearch/uhd
@@ -141,7 +137,7 @@ sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.6.0_4.6.0.0-0ubun
 ## RIC Installation (FlexRIC)
 
 ## Objectives
-- Install and configure the gNB and FlexRIC 
+- Install the FlexRIC 
 
 To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
 
@@ -190,6 +186,9 @@ To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
 
 ## UE 1 Configurations
 
+## Objectives
+- Configure the OAI UE 1
+
 **Step 1:** Creating a namespace:
 
 sudo ip netns add oai-ue1
@@ -232,6 +231,9 @@ sudo ip netns exec oai-ue1 iptables -P FORWARD ACCEPT
 
 ## UE 2 Configurations
 
+## Objectives
+- Configure the OAI UE 2
+
 **Step 1:** Creating a namespace:
 
 sudo ip netns add oai-ue2
@@ -272,7 +274,10 @@ sudo ip netns exec oai-ue2 sysctl net.ipv4.conf.all.forwarding=1
 
 sudo ip netns exec oai-ue2 iptables -P FORWARD ACCEPT
 
-## Deployment
+## Deployments
+
+## Objectives
+- Deploy 5GC, 5G RAN, FlexRIC and OAI UE
 
 Use a separate terminal for each of the following steps.