about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorHongli Lai (Phusion) <hongli@phusion.nl>2011-06-06 13:36:57 +0200
committerEric Wong <normalperson@yhbt.net>2011-06-06 09:45:47 -0700
commit8e8781aa7002079ad066c11d271b98fc29f225dd (patch)
treeb9f61a0ce469107671e812c4ce31bfb3c2f4b4e7
parent6e550cabdafd2cb0fcd1617f8815a732e79af670 (diff)
downloadunicorn-8e8781aa7002079ad066c11d271b98fc29f225dd.tar.gz
Signed-off-by: Hongli Lai (Phusion) <hongli@phusion.nl>
-rw-r--r--HACKING11
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 781c4ca..38f2f2a 100644
--- a/HACKING
+++ b/HACKING
@@ -107,6 +107,17 @@ git itself.  See the Documentation/SubmittingPatches document
 distributed with git on on patch submission guidelines to follow.  Just
 don't email the git mailing list or maintainer with Unicorn patches :)
 
+== Building a Gem
+
+In order to build the gem, you must install the following components:
+
+ * wrongdoc
+ * pandoc
+
+You can build the Unicorn gem with the following command:
+
+  gmake gem
+
 == Running Development Versions
 
 It is easy to install the contents of your git working directory: