[EGIT] [website/www-content] master 01/01: Wiki page ubuntu-start.md changed with summary [Minor correction] by Philippe Jean Guillaumie

2021-03-16 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=2b0fa68ba76b622ba5a935b484c1836014071c18

commit 2b0fa68ba76b622ba5a935b484c1836014071c18
Author: Philippe Jean Guillaumie 
Date:   Tue Mar 16 12:31:27 2021 -0700

Wiki page ubuntu-start.md changed with summary [Minor correction] by 
Philippe Jean Guillaumie
---
 pages/docs/distros/ubuntu-start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/distros/ubuntu-start.md.txt 
b/pages/docs/distros/ubuntu-start.md.txt
index 7d08bb393..81c198472 100644
--- a/pages/docs/distros/ubuntu-start.md.txt
+++ b/pages/docs/distros/ubuntu-start.md.txt
@@ -29,7 +29,7 @@ Ubuntu does not install by default the *gcc* compiler or 
*meson* or *ninja*, so,
 sudo apt install build-essential meson ninja-build
 ```
 
-However, the version in Ubuntu's official repositories may lag behind the 
latest version of EFL and give you problems when trying to compile examples 
from tutorials in this documentation. If this is the case, it is advised you 
install a more recent version of EFL following one of the methods below.
+Note that the version of EFL in Ubuntu's official repositories may not be the 
most recent release. This can cause problems when trying to compile examples 
from tutorials in this documentation. If this is the case, it is advised you 
install a more recent version of EFL following one of the methods below.
 
 ## Installing from Packaged Source ##
 

-- 




[EGIT] [website/www-content] master 01/01: Wiki page ubuntu-start.md changed with summary [Minor correction] by Philippe Jean Guillaumie

2021-02-05 Thread Philippe Jean Guillaumie
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=a94e737e57b1395849d51f1bfbebe1c903c1d88f

commit a94e737e57b1395849d51f1bfbebe1c903c1d88f
Author: Philippe Jean Guillaumie 
Date:   Fri Feb 5 22:19:31 2021 -0800

Wiki page ubuntu-start.md changed with summary [Minor correction] by 
Philippe Jean Guillaumie
---
 pages/docs/distros/ubuntu-start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/distros/ubuntu-start.md.txt 
b/pages/docs/distros/ubuntu-start.md.txt
index 7f19fcbfa..de422cf4a 100644
--- a/pages/docs/distros/ubuntu-start.md.txt
+++ b/pages/docs/distros/ubuntu-start.md.txt
@@ -48,7 +48,7 @@ Also note that, due to EFL's fast development rate, it is 
unlikely the PPA will
 
 ## Installing from Packaged Source ##
 
-There are two versions available from the Enlightenment website. One is a 
packaged and available from the [EFL's download 
site](https://download.enlightenment.org/rel/libs/efl/). The other is the 
nightly bleeding edge version which you can [download using 
git](#Installing_from_Git). This section deals with installing with the 
packaged version available from the [EFL's download 
site](https://download.enlightenment.org/rel/libs/efl/).
+There are two versions available from the Enlightenment website. One is a 
packaged and available from the [EFL's download 
site](https://download.enlightenment.org/rel/libs/efl/). The other is the 
nightly bleeding edge version which you can [download using 
git](#Installing_from_Git). This section deals with installing with the 
packaged version available from the EFL's download site.
 
 ### Step 1: Downloading Stable Version ###
 

--