This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dashm-patch-opensuse-1
in repository www-content.

View the commit online.

commit d7abd394ca1b4ca7ae546d6fc31ddd70fd7105c3
Author: dashm <samr.st...@zohomail.com>
AuthorDate: Tue Mar 26 14:41:53 2024 -0700

    Fix openSUSE installation instructions
    
    Package 'efl-devel' contains actual headers, and also the 'install' ('in') command is needed to install
---
 pages/docs/distros/opensuse-start.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/distros/opensuse-start.md.txt b/pages/docs/distros/opensuse-start.md.txt
index 7e5152c32..da18d4950 100644
--- a/pages/docs/distros/opensuse-start.md.txt
+++ b/pages/docs/distros/opensuse-start.md.txt
@@ -23,7 +23,7 @@ Whichever installation method you use, visit ["Compiling EFL Applications"](#Com
 openSUSE happens to have quite a good support for EFL and you can install all the items you need from openSUSE's official repository:
 
 ```bash
-sudo zypper efl
+sudo zypper in efl efl-devel
 ```
 
 This will give you a working EFL installation.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to