From 06cecf08d837708bd78a2d48e81f812bb340b2d5 Mon Sep 17 00:00:00 2001 From: oliveiraleo Date: Mon, 30 Sep 2024 09:16:35 -0300 Subject: [PATCH 1/2] fix: update free5GC stable version on install page --- docs/guide/3-install-free5gc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/3-install-free5gc.md b/docs/guide/3-install-free5gc.md index be5a1f83..c6315cde 100644 --- a/docs/guide/3-install-free5gc.md +++ b/docs/guide/3-install-free5gc.md @@ -127,11 +127,11 @@ sudo ./free5gc/reload_host_config.sh enp0s3 ## B. Install Control Plane Elements 1. Clone the free5GC repository - * To install the latest stable build (v3.4.1): + * To install the latest stable build (v3.4.3): ``` cd ~ - git clone --recursive -b v3.4.2 -j `nproc` https://github.com/free5gc/free5gc.git + git clone --recursive -b v3.4.3 -j `nproc` https://github.com/free5gc/free5gc.git cd free5gc ``` From e68d920322c97885a9990a6bd53d3473404224cb Mon Sep 17 00:00:00 2001 From: oliveiraleo Date: Mon, 30 Sep 2024 09:22:27 -0300 Subject: [PATCH 2/2] fix: improve bottom message readability on install page --- docs/guide/3-install-free5gc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/3-install-free5gc.md b/docs/guide/3-install-free5gc.md index c6315cde..86e61690 100644 --- a/docs/guide/3-install-free5gc.md +++ b/docs/guide/3-install-free5gc.md @@ -221,4 +221,4 @@ sudo ./free5gc/reload_host_config.sh enp0s3 go build -o bin/webconsole server.go ``` - **Note: 2GB or more of OS memory is recommended. WebConsole may be failed to build if memory is less then 1GB.** + **Note: An OS with 2GB or more of RAM is recommended. WebConsole may fail to build if available RAM is below 1GB.**