summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a5b037d94..7b36d44fc 100644
--- a/README
+++ b/README
@@ -31,9 +31,9 @@ to install it. When you start using PTXdist, make sure your $PATH
environment variable points to <installpath>/bin, because that's where
the ptxdist frontend program is being installed to.
-For developers who want to work with svn versions of PTXdist it is only
-necessary to run "./configure && make" and set the PATH variable to the
-bin/ directory inside the PTXdist tree.
+For developers who want to work with git versions of PTXdist it is only
+necessary to run "./autogen.sh && ./configure && make" and set the PATH
+variable to the bin/ directory inside the PTXdist tree.
Quickstart