summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-12-21 09:19:24 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-12-21 09:19:24 +0100
commit307eb3f2c4f262392a39213ec1fae09dc10c9d0a (patch)
tree330edb697fe1cf3bcc8324798f732694866b63ce
parent587f9dc1b6ece798b3fb87652cdeed646db05420 (diff)
downloadffi-efl-307eb3f2c4f262392a39213ec1fae09dc10c9d0a.zip
ffi-efl-307eb3f2c4f262392a39213ec1fae09dc10c9d0a.tar.gz
fix README
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index b44a758..cf01834 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@
## DESCRIPTION:
-A ruby-ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libraries (Enlightenment Foundation Libraries).
+A ruby ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libraries (Enlightenment Foundation Libraries).
## FEATURES/PROBLEMS:
* pretty young project ...
-* binding is complete but lacks ruby code and tests
+* binding is complete but lacks high level ruby code and tests
## SYNOPSIS:
@@ -61,12 +61,13 @@ A ruby-ffi binding to [efl](http://www.enlightenment.org/p.php?p=docs&l=en) libr
For more examples you may look at:
-* the [spec/](https://github.com/jeremyz/ffi-efl/tree/master/spec) and [test/](https://github.com/jeremyz/ffi-efl/tree/master/test) folders
+* the [test/](https://github.com/jeremyz/ffi-efl/tree/master/test) and [spec/](https://github.com/jeremyz/ffi-efl/tree/master/spec) subdirs
## REQUIREMENTS:
* You need a sane enlightenment foundation libraries installation,
- for this you might like to use [easy_e17.sh](http://omicron.homeip.net/projects/#easy_e17.sh),
+ for this you might like to use [build_efl_stable.sh](https://github.com/jeremyz/bin/blob/master/build_efl_stable.sh).
+ or the heavy metal [easy_e17.sh](http://omicron.homeip.net/projects/#easy_e17.sh),
or my git aware fork [easy_e17.sh](https://github.com/jeremyz/bin/blob/master/easy_e17.sh).
## DOWNLOAD/INSTALL:
@@ -79,7 +80,7 @@ or from the git repository on github:
git clone git://github.com/jeremyz/ffi-efl.git
cd ffi-efl
- rake gem:install
+ rake install
## RESOURCES:
@@ -88,7 +89,7 @@ You can find this project in a few places:
Online repositories:
* https://github.com/jeremyz/ffi-efl
-* http://cgit.asynk.ch/cgi-bin/cgit/ffi-efl/
+* http://cgit.asynk.ch/ffi-efl/
Gem: