Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Compilation/Compile-on-Ubuntu-20.04.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Compilation/Compile-on-Ubuntu-20.04.md b/Compilation/Compile-on-Ubuntu-20.04.md
index 8211af8..9a1806e 100644
--- a/Compilation/Compile-on-Ubuntu-20.04.md
+++ b/Compilation/Compile-on-Ubuntu-20.04.md
@@ -39,7 +39,7 @@ cd ~/remmina_devel
**4.** Download the latest source code of FreeRDP from its master branch
```shell
-git clone --branch 2.0.0 https://github.com/FreeRDP/FreeRDP.git
+git clone --branch stable-2.0 https://github.com/FreeRDP/FreeRDP.git
cd FreeRDP
```