Exclude bootstrap related scripts from dist, bump dev version.
[catagits/Gitalist.git] / README
diff --git a/README b/README
index 95fec81..777eb21 100644 (file)
--- a/README
+++ b/README
@@ -53,18 +53,21 @@ BOOTSTRAPPING
     path with CPAN they are installed under the Gitalist directory.
 
     To do this clone Gitalist from the Shadowcat repository mentioned above
-    or grab a download from CPAN or broquaint's github repository:
+    or grab a snapshot from broquaint's github repository:
 
         http://github.com/broquaint/Gitalist/downloads
 
     With the source acquired and unpacked run the following from within the
     Gitalist directory:
 
-        perl script/bootstrap
+        perl script/bootstrap.pl
 
     This will install the necessary modules for the build process which in
     turn installs the prerequisites locally.
 
+    *NB* The relevant bootstrap scripts aren't available in the CPAN dist as
+    the bootstrap scripts should not be installed.
+
 INITIAL CONFIGURATION
     Gitalist is configured using Catalyst::Plugin::Configloader. The
     supplied sample configuration is in Config::General format, however it