Wiki page start changed with summary [Fix git urls] by Philippe Jean Guillaumie

This commit is contained in:
Philippe Jean Guillaumie 2022-06-04 23:25:50 -07:00 committed by www-data
parent 0e520336ef
commit fd2bdd0421
1 changed files with 4 additions and 4 deletions

View File

@ -18,15 +18,15 @@ Before you start you will want basic build tools installed such as:
As any general anonymous user for the EFL core libraries:
<code bash>
git clone https://git.enlightenment.org/core/efl.git
git clone http://git.enlightenment.org/enlightenment/efl.git
</code>
And for some sample well developed / maintained applications
<code bash>
git clone https://git.enlightenment.org/core/enlightenment.git
git clone https://git.enlightenment.org/apps/terminology.git
git clone https://git.enlightenment.org/apps/rage.git
git clone http://git.enlightenment.org/enlightenment/enlightenment.git
git clone http://git.enlightenment.org/enlightenment/terminology.git
git clone http://git.enlightenment.org/enlightenment/rage.git
</code>
==== Dependencies ====