WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 24d52d3add0ce4d78e2dba6cc76826da96285ff2
Author: Philippe Jean Guillaumie <bat...@sfr.fr>
Date:   Fri Feb 5 01:05:45 2021 -0800

    Wiki page ubuntu-start.md changed with summary [Minor corrections] by 
Philippe Jean Guillaumie
---
 pages/docs/distros/ubuntu-start.md.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/docs/distros/ubuntu-start.md.txt 
b/pages/docs/distros/ubuntu-start.md.txt
index cf9dd4c3d..64921ab8d 100644
--- a/pages/docs/distros/ubuntu-start.md.txt
+++ b/pages/docs/distros/ubuntu-start.md.txt
@@ -31,19 +31,19 @@ sudo add-apt-repository ppa:niko2040/e19
 Refresh your repositories:
 
 ```bash
-sudo apt-get update
+sudo apt update
 ```
 
 And then install EFL and its development libraries:
 
 ```bash
-sudo apt-get install libefl-dev
+sudo apt install libefl-dev
 ```
 
 Ubuntu does not install by default the *gcc* compiler or *meson* or *ninja*, 
so, before you can [compile any apps](#Compiling_EFL_Applications), you will 
need to install those too:
 
 ```bash
-sudo apt-get install gcc meson ninja-build
+sudo apt install gcc meson ninja-build
 ```
 
 Also note that, due to EFL's fast development rate, it is unlikely the PPA 
will provide by default the latest version of EFL. This means that many of the 
examples in this documentation will probably need tweaking to work. If you 
would like to install an up to date version of EFL, see the [Installing from 
Source](#Installing_from_Source) section below or the instructions for 
[Installing from Git](#Installing_from_Git), also available below.

-- 


Reply via email to