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

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

commit f31a3685332c4879414a67c84f281c6d5456ee78
Author: Raster <ras...@rasterman.com>
Date:   Tue May 26 07:28:20 2020 -0700

    Wiki page archlinux-start.md changed with summary [] by Raster
---
 pages/docs/distros/archlinux-start.md.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/pages/docs/distros/archlinux-start.md.txt 
b/pages/docs/distros/archlinux-start.md.txt
index 3bfcd3a8c..cdec7e69e 100644
--- a/pages/docs/distros/archlinux-start.md.txt
+++ b/pages/docs/distros/archlinux-start.md.txt
@@ -12,6 +12,30 @@ Many distributions offer EFL as an installable package from 
their default reposi
 
 Distributions often provide a special repository maintained by users or a 
method of integrating a bleeding edge version of EFL with your software 
management system. This means that once installed you can keep EFL current just 
by running system updates. If your distribution offers this, take a look at the 
section ["Installing from a Special 
Repository"](#Installing_from_a_Special_Repository).
 
+We maintain such a repository. To add it to your pacman configuration just do 
one of these, depending which tool you have installed. Just remove `sudo` if 
you are already doing this as root.
+
+#### curl
+
+```bash
+curl https://download.enlightenment.org/distros/arch/archlinux/arch/repo.txt 
-o - | sudo tee -a /etc/pacman.conf
+```
+
+#### wget
+
+```bash
+wget https://download.enlightenment.org/distros/arch/archlinux/arch/repo.txt 
-O - | sudo tee -a /etc/pacman.conf
+```
+
+Then to install the packages for the first time:
+
+```bash
+sudo pacman -Sy && sudo pacman -S efl-git enlightenment-git terminology-git 
rage-git
+```
+
+They will be updated whenever you sync your package repo from now on 
automatically.
+
+----
+
 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. This will provide you with the latest code, which is usually 
of stable quality. To get started, read the section ["Installing from 
Git"](#Installing_from_Git).

-- 


Reply via email to