Fix openSUSE installation instructions

Package 'efl-devel' contains actual headers, and also the 'install' ('in') command is needed to install
This commit is contained in:
dashm 2024-03-26 14:41:53 -07:00
parent e8c7d6c648
commit d7abd394ca
1 changed files with 1 additions and 1 deletions

View File

@ -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.