summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2008-05-27 12:59:54 -0700
committerScott Chacon <schacon@gmail.com>2008-05-27 12:59:54 -0700
commit1adc5b8136c2cd6c694629947e1dbc49c8bffe6a (patch)
tree3a9e68963eb4623e932faac63ee2e08a11463d81
parentbceadeb7d377b6ba36de4f5de5a5f5034f89bee6 (diff)
downloadthird_party-ruby-git-1adc5b8136c2cd6c694629947e1dbc49c8bffe6a.tar.gz
third_party-ruby-git-1adc5b8136c2cd6c694629947e1dbc49c8bffe6a.tar.xz
third_party-ruby-git-1adc5b8136c2cd6c694629947e1dbc49c8bffe6a.zip
updated README with new install instructions
-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.