summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5f96957..f59bf7f 100644
--- a/README
+++ b/README
@@ -26,8 +26,8 @@ so, you have your source archive available, and installed somewhere.
next set up a web server, and configure it to serve up the "application" from
wherever, using standard Alias or VirtualHost/DocumentRoot stuff.
-next, edit the main python script, gen-patch-info.py. there's a Conf
-class which contains all the configuration stuff that you will need to
+next, take a look at the Conf module in the patchtracker directory, which
+contains all the configuration stuff that you will need to
modify to get the script to run and generate pages as it should.
--------------------