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 21:23:38 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 21:23:38 +0300
commit7d535e53025258a453f15fd589532d44b9f317d6 (patch)
tree3ba3655bf5e7733308ce011301acaef24705c2e4
parent99d414ba5bb847f119c43a6bca7c58982a56d180 (diff)
docs: update compilation-guide
-rw-r--r--compilation-guide.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/compilation-guide.html b/compilation-guide.html
index aa14acc..4f601ac 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-18T17:25:00.100Z
+date: 2021-07-18T18:23:33.496Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -83,12 +83,14 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h2 id='build'>Build instructions</h2>
<h2>Remove previous installation of Remmina nad FreeRDP</h2>
-
+
<h3>Remmina/FreeRDP installed via package manager<h3>
<h3 class='tabset'>Tab</h3>
- <h4>First Tab</h4>
- <p>Any content here will go into the first tab...</p>
+ <h4>Arch Linux</h4>
+ <pre>
+ <code>pacman -Rs remmina freerdp</code>
+ </pre>
<h4>Second Tab</h4>
<p>Any content here will go into the second tab...</p>
@@ -104,14 +106,4 @@ dateCreated: 2021-07-18T10:35:58.314Z
<h2>Additional information</h2>
- <h2 class="tabset">Tabs</h2>
-
- <h3>First Tab</h3>
- <p>Any content here will go into the first tab...</p>
-
- <h3>Second Tab</h3>
- <p>Any content here will go into the second tab...</p>
-
- <h3>Third Tab</h3>
- <p>Any content here will go into the third tab...</p>
</div> \ No newline at end of file