From 65041dca1a267175792bbd9ee68927a3ec944bec Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Tue, 8 Dec 2009 20:10:12 -0800 Subject: [PATCH] tweaks --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23580713..d7aa5df1 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,16 @@ Wrapping `git`: Receiving objects: 100% (4005/4005), 785.82 KiB | 129 KiB/s, done. Resolving deltas: 100% (2505/2505), done. +hub requires you have `git` installed and in your path. It also +requires Ruby 1.8.6+ or Ruby 1.9.1+. No other libraries are necessary. + Install ------- ### Standalone -`hub` can be installed most easily as a standalone script: +`hub` is most easily installed as a standalone script: curl http://defunkt.github.com/hub/standalone > ~/bin/hub && chmod 0755 !$ -- GitLab