aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-27 15:18:55 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-27 15:18:55 -0500
commit5cfe6b289455ffb2d0a17f1cab70f96083df0447 (patch)
tree1743695f22edc74fd604f2d3be541f4e02182c04 /README
parentd7fd03c91f1e622c8585b4637ae3f5f091e0bb86 (diff)
Update build process slightly.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index dd49d64..db915a8 100644
--- a/README
+++ b/README
@@ -3,9 +3,12 @@ Rakudo Star -- a Perl 6 distribution based on Rakudo Perl
See <http://wiki.github.com/rakudo/rakudo/whats-going-into-rakudo> for a list
of modules we want included in the distribution.
+This repository doesn't contain a distribution, it contains the tools
+and scripts to build a distribution. Run "make" to populate a distribution
+image in the dist/ directory. Currently this assumes that you have
+the following tools available:
-The distribution is built in the dist/ directory. Run
+ * git
+ * wget
- perl build/download-stuff.pl
-to populate it.