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

git pushed a commit to branch master
in repository www-content.

View the commit online.

commit f83859cc0363f91112c9d9ce34a591907cbc3cbc
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu Jun 16 14:14:02 2022 +0100

    fix other sed git clone mixup
---
 pages/docs/distros/osx-start.md.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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.

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

Reply via email to