Re-add the original readme to make the builds work properly

This commit is contained in:
Andy Williams 2014-06-28 16:16:58 +01:00
parent 15c3e7b3f1
commit 2de3879b6c
1 changed files with 21 additions and 0 deletions

21
README Normal file
View File

@ -0,0 +1,21 @@
EDI - The Enlightened IDE
===
This is a project to create a complete IDE using EFL.
Using autotools to install this software is the usual:
# ./autogen.sh
# make
# sudo make install
After that just launch
# edi
and it will prompt for a project (directory) location or you can specify like:
# edi ~/Code/myproject
to open the specified project.