From 102b3ecaf3d1dafc06ed6cccd3d37ebe8a2ea29d Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 29 Jun 2014 23:59:39 +0100 Subject: [PATCH] tweaking readme for GitHub --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9040899..cb5ed2f 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ 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) +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: -# ./autogen.sh -# make -# sudo make install + ./autogen.sh + make + sudo make install After that just launch -# edi + edi 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.