summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/README.md b/README.md
index a7c3787..fb86e26 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,22 @@
# Overview
-Python bindings for GlusterFS libfapi
-# Table of Contents
-1. [Developer Guide](doc/markdown/dev_guide.md)
+Python bindings for the [GlusterFS](http://www.gluster.org) libgfapi interface
+
+# Installation
+
+1) Clone the git repo
+
+```
+$ git clone https://github.com/gluster/libgfapi-python.git
+$ cd libgfapi-python
+```
+
+2) Run the setup script
+
+```
+$ sudo python setup.py install
+```
+
+# Development
+
+* [Developer Guide](doc/markdown/dev_guide.md)