WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e96edc18bc1a9a74f9317db83b03aa933ea94042
commit e96edc18bc1a9a74f9317db83b03aa933ea94042 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Wed Mar 17 02:51:06 2021 -0700 Wiki page ubuntu-start.md changed with summary [Minor corrections] by Philippe Jean Guillaumie --- pages/docs/distros/ubuntu-start.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/distros/ubuntu-start.md.txt b/pages/docs/distros/ubuntu-start.md.txt index 0141ec715..2435c90f1 100644 --- a/pages/docs/distros/ubuntu-start.md.txt +++ b/pages/docs/distros/ubuntu-start.md.txt @@ -7,11 +7,11 @@ This tutorial describes several ways to install EFL on your system. You will only need to use one of these. Select your chosen method using the index on the right. -Many distributions offer EFL as installable packages from their default repositories. In this case you only need to use your distribution's software management system to install. However most versions of EFL in default repositories are out of date and will not compile more recent Enlightenment applications. If this is not an issue for you, read through the ["From Distribution Repositories"](#From_Distribution_Repositories) section below. +Many distributions offer EFL as installable packages from their default repositories. In this case you only need to use your distribution's software management system to install. However, most versions of EFL in default repositories are out of date and will not compile more recent Enlightenment applications. If this is not an issue for you, read through the ["From Distribution Repositories"](#From_Distribution_Repositories) section below. The Enlightenment developers provide a pre-packaged source of EFL. Although not bleeding edge it is up to date and considered stable for production environments. You can download, compile and install it yourself by following the instructions in ["Installing from Packaged Source"](#Installing_from_Packaged_Source). -You can also download the source code for the most recent version from the EFL git repositories. To get started, read the section ["Installing from Git"](#Installing_from_Git). +You can also download the source code for the most recent version from the Enlightenment git repositories. To get started, read the section ["Installing from Git"](#Installing_from_Git). ## From Distribution Repositories ## --