diff --git a/pages/docs/distros/osx-start.md.txt b/pages/docs/distros/osx-start.md.txt index 16f92a4cf..811dfa0d2 100644 --- a/pages/docs/distros/osx-start.md.txt +++ b/pages/docs/distros/osx-start.md.txt @@ -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. \ No newline at end of file +If you would like to install EFL on a different operating system visit the [Installing EFL](start) page.