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:
-rw-r--r--compilation-guide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index 7b6a014..1b45317 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-19T15:01:37.384Z
+date: 2021-07-19T15:03:22.660Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -128,7 +128,7 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h4>FreeRDP</h4>
- <blockquote class="is-warning"><p>This works only when FreeRDP is installed using <code>sudo make install</code>. When the `build/` folder is removed or when you only run <code>make</code>, <code>install_manifest.txt</code> does not exist.</p></blockquote>
+ <blockquote class="is-warning"><p>This works only when FreeRDP is installed using <code>sudo make install</code>. When the <code>build/</code> folder is removed or when you only run <code>make</code>, <code>install_manifest.txt</code> does not exist.</p></blockquote>
<pre>
<code>cd "$HOME/freerdp/build" && sudo rm $(cat install_manifest.txt)</code>