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-19 18:03:30 +0300
committerRemmina Bot <admin@remmina.org>2021-07-19 18:03:30 +0300
commit6c08ddb1ada4fcb5646524a4704e7d69170b6c83 (patch)
tree65a088aec74775ac832f156d06d6825e123622bb
parent2e0cd71eadea22573624f9d3459c4b9d6eca5a01 (diff)
docs: update compilation-guide
-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>