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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:04:19 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-30 01:04:19 +0300
commit8c9abd944258e99dd2ff323d19a45f7a8c296bbb (patch)
tree69247958178834277ba4ee244537d4f73e9d0ffb
parent015d752c6d1db6bef27bc92959d6b2480da5e5ab (diff)
Spellery
-rw-r--r--Testing/Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/Testing/Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md b/Testing/Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md
index 64a85b7..8c69c15 100644
--- a/Testing/Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md
+++ b/Testing/Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md
@@ -1,11 +1,11 @@
# Testing under Ubuntu with the remmina-next-daily PPA
-Remmina users using Ubuntu and derivatives are warmly invited to use our **remmina-next** PPA, as explained in our [Remmina Wiki Homepage](https://github.com/FreeRDP/Remmina/wiki).
+Remmina users using Ubuntu and derivatives are warmly invited to use our **remmina-next** PPA, as explained in the [Remmina wiki homepage](https://github.com/FreeRDP/Remmina/wiki).
The **remmina-next** PPA is updated every official [release](https://github.com/FreeRDP/Remmina/releases), therefore it can be considered **stable**.
-We also provide an **unstable** PPA, called **remmina-next-daily**. remmina-next-daily is updated daily and contains our latest patches we push on the _next_ github branch.
+We also provide an **unstable** PPA, called **remmina-next-daily**. remmina-next-daily is updated daily and contains the latest patches pushed to the _next_ github branch.
-If you want to help testing remmina before an official release, you can switch to the remmina-next-daily by using the following instructions:
+If you want to help testing Remmina before an official release, you can switch to the remmina-next-daily by doing the following:
1. Install the ppa-purge package
@@ -17,7 +17,7 @@ If you want to help testing remmina before an official release, you can switch t
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next-daily
sudo apt update
```
-4. Install remmina packages
+4. Install Remmina packages
* if not installed previously
```
@@ -28,7 +28,7 @@ sudo apt install remmina remmina-plugin-rdp libfreerdp-plugins-standard
```
sudo apt upgrade
```
-You might need to perform the following command to remove the previous remmina from memory:
+You might need to perform the following command to remove the previous Remmina from memory:
```
sudo killall remmina
```