tweaking readme for GitHub

This commit is contained in:
Andy Williams 2014-06-29 23:59:39 +01:00
parent 6a6851fd4a
commit 102b3ecaf3
1 changed files with 9 additions and 6 deletions

View File

@ -1,23 +1,26 @@
EDI - The Enlightened IDE EDI - The Enlightened IDE
=== ===
This is a project to create a complete IDE using EFL. This is a project to create a complete IDE using the EFL.
It aims to lower the barrier to getting involved in Enlightenment development
and in creating apps based on the EFL suite.
![EDI Logo](data/desktop/edi.png?raw=true) ![EDI Logo](data/desktop/edi.png?raw=true)
Please make sure you have the EFL and Elementary at least 1.8 installed before you build.
Using autotools to install this software is the usual: Using autotools to install this software is the usual:
# ./autogen.sh ./autogen.sh
# make make
# sudo make install sudo make install
After that just launch After that just launch
# edi edi
and it will prompt for a project (directory) location or you can specify like: and it will prompt for a project (directory) location or you can specify like:
# edi ~/Code/myproject edi ~/Code/myproject
to open the specified project. to open the specified project.