From 2de3879b6c3d2e530c6f8b0fb6c2cf2b58573a90 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 28 Jun 2014 16:16:58 +0100 Subject: [PATCH] Re-add the original readme to make the builds work properly --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..88779f5 --- /dev/null +++ b/README @@ -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. +