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:06:53 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 23:06:53 +0300
commitf4614c7162c6be760a3cfb94775c0bc74ecc9bf6 (patch)
treebad7708eb66d08d99d76130686e288dc638e3e52
parent469333d1af5f7a4b9c99907782fe7dc7570c32fa (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 7ea532f..bcf38c1 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:05:41.896Z
+date: 2021-07-18T20:06:48.640Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -94,7 +94,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>Third Tab</h4>