aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-11 11:24:32 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-11 11:24:32 +0100
commit0bd6af6b9ccb4760dc8ac57ed25084ab36668aa8 (patch)
tree0ecb99c9439655860b94594fcf99d95bd4961cc4
parent68a028f13521a2c8718079d4f4965ae92c09fee9 (diff)
Add a quickstart to the README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14d50a8..4bbd9d6 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,12 @@ If you're a Rakudo Star release manager, or someone who wants to create a
user-friendly Raku distribution based on the tools here, check the `guides`
directory. This contains documentation on how to make a Rakudo Star tarball, as
well as information on how to create Windows `.msi` and MacOS `.dmg` packages.
+
+### Quickstart
+
+ export VERSION=quickstart # Update to whatever version number you want to use
+ ./bin/mkrelease.sh "$VERSION"
+ mkdir -p work/build
+ tar xzf "work/release/rakudo-star-$VERSION.tar.gz" -C work/build
+ cd "work/build/rakudo-star-$VERSION"
+ perl Configure.pl --prefix="../../install" --backend=moar --gen-moar --make-install