[svn:parrot] r47750 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Tue Jun 22 02:01:27 UTC 2010


Author: coke
Date: Tue Jun 22 02:01:27 2010
New Revision: 47750
URL: https://trac.parrot.org/parrot/changeset/47750

Log:
use a less confusing sample install dir.

(since we already create subdirs with versions)

Modified:
   trunk/README

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Jun 22 00:12:13 2010	(r47749)
+++ trunk/README	Tue Jun 22 02:01:27 2010	(r47750)
@@ -79,7 +79,7 @@
 By default, this installs in /usr/local, with the Parrot executable in
 /usr/local/bin. If you want to install Parrot into another location use:
 
-    perl Configure.pl --prefix=/Users/foo/parrot-0.7.0
+    perl Configure.pl --prefix=/home/joe/bird
     make install
 
 But please note that dynamic libs will not be found for non-standard


More information about the parrot-commits mailing list