Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created April 15, 2014 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snarkyboojum/10721124 to your computer and use it in GitHub Desktop.
Save snarkyboojum/10721124 to your computer and use it in GitHub Desktop.
0001-Lazy-README-patch.patch
From 58cf8057167a968a98e5c1c71b8d4764b7111f47 Mon Sep 17 00:00:00 2001
From: snarkyboojum <snarkyboojum@gmail.com>
Date: Tue, 15 Apr 2014 10:05:24 +0000
Subject: [PATCH] Lazy README patch
---
README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/README.md b/README.md
index 5cdaad1..8d5762a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
Put this in ~/.rakudobrew, and add symlinks/aliases for convenience.
It's quick and dirty, may be broken on your system. Please report any breakages.
+
+Installing rakudobrew
+---------------------
+
+Install to ~/.rakudobrew
+Add ~/.rakudobrew/bin to $PATH
+
+Bootstrapping a Perl 6 implementation
+-------------------------------------
+
+E.g.
+
+rakudobrew build moar
+
+Profit
+------
+
+perl6
+
--
1.8.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment