Skip to content

Commit

Permalink
Merge pull request #162 from oliveiraleo/update-stable-version
Browse files Browse the repository at this point in the history
Update stable version on install page
  • Loading branch information
ianchen0119 authored Oct 8, 2024
2 parents d63f74f + e68d920 commit 286104b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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.**

0 comments on commit 286104b

Please sign in to comment.