ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=45715c69e863be844b2873c84c62b909d7c98c75

commit 45715c69e863be844b2873c84c62b909d7c98c75
Author: Andy Williams <a...@andywilliams.me>
Date:   Thu May 21 14:04:44 2015 +0100

    update intro docs for newer build requirements etc
---
 README    | 19 +++++++++++++++++--
 README.md | 13 +++++++++++--
 2 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 88779f5..40eb3fd 100644
--- a/README
+++ b/README
@@ -1,7 +1,19 @@
 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.
+
+Requirements
+---
+
+autotools
+EFL & Elementary from git master (>= 1.14.99)
+libclang-dev (or llvm-clang-devel)
+
+Installation
+---
 
 Using autotools to install this software is the usual:
 
@@ -9,7 +21,10 @@ Using autotools to install this software is the usual:
 # make
 # sudo make install
 
-After that just launch
+Usage
+---
+
+After installing just launch
 
 # edi
 
diff --git a/README.md b/README.md
index cb5ed2f..0fee85d 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,23 @@ 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.
+## Requirements
+
+autotools
+EFL & Elementary from git master (>= 1.14.99)
+libclang-dev (or llvm-clang-devel)
+
+## Installation
+
 Using autotools to install this software is the usual:
 
     ./autogen.sh
     make
     sudo make install
 
-After that just launch
+## Usage
+
+After installing just launch
 
     edi
 

-- 


Reply via email to