summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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.