diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 5985dcb344e307d86b42df598cb4d5ebb51f1cf7..38d8ed6de4032ba38c0736c9320416c9979fe031 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -478,3 +478,25 @@ The expected return is shown in figure below, where gNodeB shows the connected s
 > cd /home/$your user$/openairinterface5g/cmake_targets/ran_build/build/
 > 
 > sudo RFSIMULATOR=192.168.2.1 ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --nokrnmod -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf
+
+**Step 6:** Slice scheduling xApp:
+
+> cd flexric/build/examples/xApp/c/ctrl
+> 
+> ./xapp_rc_slice_ctrl
+
+**Step 7:** iperf test UE 1 (Open a new terminal):
+
+> sudo ip netns exec oai-ue1 bash
+> 
+> Print the oai_tun1 com IP.
+>
+> iperf3 -i1 -s
+
+**Step 7:** iperf test UE 2 (Open a new terminal):
+
+> sudo ip netns exec oai-ue2 bash
+> 
+> Print the oai_tun1 com IP.
+>
+> iperf3 -i1 -s
\ No newline at end of file