summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6f757bac..b999f2d8d 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ To automate/run glusto-tests we need to install the following packages:
- glusto
- glustolibs-gluster
- glustolibs-io
+- glustolibs-misc
- gdeploy
How to install glusto:
@@ -34,12 +35,14 @@ One can use either of the two methods.
For more info refer the [docs](http://glusto.readthedocs.io/en/latest/userguide/install.html).
-How to install the glustolibs-gluster and glustolibs-io libraries:
+How to install the glustolibs-gluster, glustolibs-io and glustolibs-misc libraries:
-----------------------------------------------------------------
# git clone http://review.gluster.org/glusto-tests
# cd glusto-tests/glustolibs-gluster
# python setup.py install
- # cd glusto-tests/glustolibs-io
+ # cd ../../glusto-tests/glustolibs-io
+ # python setup.py install
+ # cd ../../glusto-tests/glustolibs-misc
# python setup.py install
How to install gdeploy: