summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Bayliss <christopher.j.bayliss@gmail.com>2014-09-19 13:01:38 +1000
committerChristopher Bayliss <christopher.j.bayliss@gmail.com>2014-09-19 13:01:38 +1000
commit3987c8a4c06471e07ffce4310a9e1625062dcbb5 (patch)
tree6d49e86cd4857ecb5d1db6231f9814fbefdfc597
parenteff017eca515bfc181f9f42b33ff1020be936fc9 (diff)
Fixed code examples
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d10773e..853ceee 100644
--- a/README.rst
+++ b/README.rst
@@ -45,11 +45,13 @@ Build LDTP on Linux
First checkout ldtp from github and cd into ldtp2.
``git clone https://github.com/ldtp/ldtp2.git``
+
``cd ldtp2/``
Then build and install.
``python setup.py build``
+
``sudo python setup.py build``
Note: If your GNOME version is less than or equal to 2.24, then use LDTPv1 (1.7.x)