From de35bf322b9f9540a69b4f4ebd493820133fe09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Mon, 23 Sep 2019 22:34:01 +0200 Subject: [PATCH] Language reworked --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a5b8724..f301d08 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,22 @@ *[Lire ce readme en français.](./README_fr.md)* > *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +[Install YunoHost](https://yunohost.org/#/install) to be able to do so.* ## Overview -Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences. +Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences. **Shipped version:** 1.0.3387 -## Important points to read before installing +## Important points before installing -1. **Jitsi** require a dedicated **root domain**, eg. jitsi.domain.tld -2. **Jitsi** require you create additionals domains in your dns and in your YunoHost +1. **Jitsi** requires a dedicated **root domain**, eg. jitsi.domain.tld +2. **Jitsi** requires you create additionals domains in your DNS and in your YunoHost * auth.jitsi.domain.tld * conference.jitsi.domain.tld * jitsi-videobridge.jitsi.domain.tld * focus.jitsi.domain.tld -3. **Jitsi** require the ports TCP/4443 and UDP/10000 been redirected to your YunoHost +3. **Jitsi** requires the ports TCP/4443 and UDP/10000 to be redirected to your YunoHost ## Screenshots @@ -33,13 +33,13 @@ Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Ji ## Configuration -How to configure this app: by an admin panel, a plain file with SSH, or any other way. +How to configure this app: Via the admin panel, a plain file with SSH, or any other way. ## Documentation * Official documentation: https://jitsi.org/user-faq/ -## YunoHost specific features +## Specific YunoHost features #### Supported architectures @@ -56,12 +56,12 @@ How to configure this app: by an admin panel, a plain file with SSH, or any othe --- -Developers info +Developer info ---------------- -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). -To try the testing branch, please proceed like that. +To try the testing branch, do this: ``` sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing --debug or