diff --git a/README.md b/README.md index 4a14b336..f30bb999 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,11 @@ hub can be installed most easily as a stand alone script: curl http://defunkt.github.com/hub/standalone > ~/bin/hub && chmod 0755 !$ - -hub can be installed using rubygems: +It also can be installed using Rubygems: $ gem install hub -s http://gemcutter.org/ -Or installed from source: +Or from source: $ git clone git://github.com/defunkt/hub.git $ cd hub @@ -60,6 +59,10 @@ script): Typing `hub install ` will display install instructions for you shell. +Note that if you're running `hub` under Rubygems, it may be +slow. Installing the standalone script is the fastest (and +recommended) method. + Commands --------