about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-30 13:41:26 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-30 13:44:44 -0700
commit9cc4f87353b84f5229d4a8bae78260c24cd02154 (patch)
tree06bf374fea3f53e51849b5f4a1d893a99a34fc22 /HACKING
parent31533ab442959f975306c4275daa6c6770d29246 (diff)
downloadunicorn-9cc4f87353b84f5229d4a8bae78260c24cd02154.tar.gz
This should make it easier to test and run unreleased
versions.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING15
1 files changed, 15 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 5085545..08aa76d 100644
--- a/HACKING
+++ b/HACKING
@@ -96,3 +96,18 @@ We will adhere to mostly the same conventions for patch submissions as
 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 :)
+
+== Running Development Versions
+
+It is easy to install the contents of your git working directory:
+
+Via RubyGems (RubyGems 1.3.5+ recommended for prerelease versions):
+
+  make install-gem
+
+Without RubyGems (via setup.rb):
+
+  make install
+
+It is not at all recommended to mix a RubyGems installation with an
+installation done without RubyGems, however.