From a1f0501b005fa1d4e69dbdafe75bbf361d5c72d6 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Tue, 12 Nov 2024 20:09:07 +0000
Subject: [PATCH] Update README.md

---
 .../openairinterface-install-scripts/README.md   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index b89ea06a..e84357ff 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -92,13 +92,13 @@ In a Linux Terminal, follow the steps below:
 
 ## gNB Installation
 
-To install OAI RAN 5G, go back to /home/dco1020 and follow this tutorial.
+To install OAI RAN 5G, go back for /home/$your user$ and follow this tutorial.
 
-**Step 0:** go back to /home/dco1020. In a Linux Terminal, type:
+**Step 0:** go back to /home/$your user$. In a Linux Terminal, type:
 
 > sudo su
 > 
-> cd /home/dco1020
+> cd /home/$your user$
 
 ## 5G RAN Installation
 
@@ -122,7 +122,7 @@ sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.6.0_4.6.0.0-0ubun
 
 git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
 
-> cd /home/dco1020/openairinterface5g
+> cd /home/$your user$/openairinterface5g
 > 
 > git checkout slicing-spring-of-code
 > 
@@ -143,13 +143,13 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
 ## Objectives
 - Install and configure the gNB and FlexRIC 
 
-To install OAI FlexRIC, go back to /home/dco1020 and follow this tutorial.
+To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
 
-**Step 0:** go back to /home/dco1020. In a Linux Terminal, type:
+**Step 0:** go back to /home/$your user$. In a Linux Terminal, type:
 
 > sudo su
 > 
-> cd /home/dco1020
+> cd /home/$your user$
 
 **Step 1:** Install dependencies:
 
@@ -192,7 +192,7 @@ For this task, open another terminal using crtl+Alt+T.
 
 **Step 1:** Core deployment
 
-> cd /home/dco1020/oai-cn5g-fed/docker-compose
+> cd /home/$your user$/oai-cn5g-fed/docker-compose
 > 
 > sudo python3 core-network.py --type start-basic --scenario 1
 
-- 
GitLab