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

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-18 23:09:49 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 23:09:49 +0300
commite0705627702f3e58a64662e18b360ecac61a7692 (patch)
tree5f4803ae8c9602fed10db66c43754fbb15cccabc
parenta4bd8f3f590d5ca3220d1baf26d08c278d69e31f (diff)
docs: update compilation-guide
-rw-r--r--compilation-guide.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index 7233a32..1514498 100644
--- a/compilation-guide.html
+++ b/compilation-guide.html
@@ -2,7 +2,7 @@
title: Compilation guide
description: A guide to compile Remmina from source on different operating systems
published: true
-date: 2021-07-18T20:09:03.484Z
+date: 2021-07-18T20:09:45.025Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -89,7 +89,8 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h4>apt</h4>
<pre>
- <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" "?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
+ <code>sudo apt purge "?name(^remmina.*)" "?name(^libfreerdp.*)" \
+"?name(^freerdp.*)" "?name(^libwinpr.*)"</code>
</pre>
<h4>dnf</h4>