From 1adc5b8136c2cd6c694629947e1dbc49c8bffe6a Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Tue, 27 May 2008 12:59:54 -0700 Subject: updated README with new install instructions --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index a96de13..08865e3 100644 --- a/README +++ b/README @@ -12,6 +12,12 @@ Git public hosting of the project source code is at: http://github/schacon/ruby-git += Install + +You can install Ruby/Git like this: + +$ sudo gem install schacon-git --source=http://gems.github.com + = Major Objects Git::Base - this is the object returned from a Git.open or Git.clone. -- cgit