fix git clone that sed fix got wrong

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

View File

@ -100,7 +100,7 @@ export LDFLAGS="-Wl,-headerpad_max_install_names ${LDFLAGS}"
Installing dependancies on OS X is painful, but now you did it (congrats'), you can grab the sources from the git repository:
<code bash>
git clone https://git.enlightenment.org/enlightenment/efl # Get the sources
git clone https://git.enlightenment.org/enlightenment/efl.git # Get the sources
cd efl # Go to repository you cloned
./autogen.sh --disable-cxx-bindings
make -j $(nproc) # Compile
@ -111,4 +111,4 @@ sudo make -j $(nproc) install # Install
======= Additional Resources =======
* Enlightenment Developer Days 2016 Slides (EFL & Mac OS X slides): https://phab.enlightenment.org/F36470.
* Internal Wiki Page. Contains “legacy” information: https://phab.enlightenment.org/w/osx/.
* Internal Wiki Page. Contains “legacy” information: https://phab.enlightenment.org/w/osx/.