aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-06-05 20:37:08 +0200
committerMichał Górny <mgorny@gentoo.org>2011-06-05 20:37:08 +0200
commitd86ac6353301cb0fcbb541b4a1be672ea955e452 (patch)
tree1331042946daa4303c84155db2116d9ea3c51f6d /README
parentMove D-Bus related code to a separate eclass. (diff)
downloadpms-test-suite-d86ac6353301cb0fcbb541b4a1be672ea955e452.tar.gz
pms-test-suite-d86ac6353301cb0fcbb541b4a1be672ea955e452.tar.bz2
pms-test-suite-d86ac6353301cb0fcbb541b4a1be672ea955e452.zip
Update the README.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 82351ca..a0bc0bb 100644
--- a/README
+++ b/README
@@ -23,16 +23,15 @@ How to run it
The code is currently in early stage of development, you can try out some
of the functions already implemented.
-First you need to clone the two necessary git repos:
+First you need to clone the project's git repo:
git clone git://git.overlays.gentoo.org/proj/pms-test-suite.git
- git clone git://git.overlays.gentoo.org/proj/pms-test-suite-overlay.git
-Then run the `ebuild-generator` script, passing the path to the overlay as its
--R option:
+Then run the `pms-tester` script, passing the path to a temporary overlay
+location as its -R option:
cd pms-test-suite
- ./ebuild-generator -R ../pms-test-suite-overlay
-
+ umask 022
+ ./pms-tester -R /tmp/pms-test-suite-overlay
<!-- vim:se syn=markdown :-->