fix other sed git clone mixup

This commit is contained in:
Carsten Haitzler 2022-06-16 14:14:02 +01:00
parent 96d313bc99
commit f83859cc03
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ export LDFLAGS="-Wl,-headerpad_max_install_names ${LDFLAGS}"
Now that you've installed all the required packages, you can download EFL itself directly from the git repository. Open Terminal and run:
```bash
git clone https://git.enlightenment.org/enlightenment/efl
git clone https://git.enlightenment.org/enlightenment/efl.git
```
This will create a a directory called *efl/*. Use ``cd`` to switch to the new directory, then compile EFL:
@ -156,4 +156,4 @@ If you are having problems compiling with installing EFL, you can also find help
## Installing on Other Operating Systems ##
If you would like to install EFL on a different operating system visit the [Installing EFL](start) page.
If you would like to install EFL on a different operating system visit the [Installing EFL](start) page.