From 47742fd98bd313479cae6fb93eb641e78ed8bc9f Mon Sep 17 00:00:00 2001
From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de>
Date: Wed, 17 Dec 2014 14:36:38 +0100
Subject: [PATCH] updated information files

---
 .gitignore |  3 +++
 README.md  | 10 +++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8f5fa99..3235893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 # ignore pdf files
 *.pdf
+
+# ignore build r package:
+sybil_*.tar.gz
diff --git a/README.md b/README.md
index 3f745fa..901c9d0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-sybil
-=====
+#sybil - Efficient Constrained Based Modelling in R
 
-sybil - Efficient Constrained Based Modelling in R
+The package sybil is a Systems Biology Library for R, implementing algorithms for constraint based analyses of metabolic networks (e.g. flux-balance analysis (FBA), minimization of metabolic adjustment (MOMA), regulatory on/off minimization (ROOM), robustness analysis and flux variability analysis).
+
+Please consider downloading and installing the package via the R internal package management:
+install.packages("sybil")
+
+Alternatively you can visit the [CRAN pakage website](http://cran.r-project.org/web/packages/sybil/index.html).
-- 
GitLab