README.md: add PPA instructions for rubygems 1.3.7 for Ubuntu 10.04

This commit is contained in:
maco 2010-09-17 07:13:33 +08:00 committed by Maxwell Salzberg
parent 193deb9767
commit 3cf085c3c1

View file

@ -147,13 +147,13 @@ To install Git on **Mac OS X**, run the following:
### Rubygems ### Rubygems
On **Ubuntu**, run the following: On **Ubuntu** 10.04, run the following:
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz sudo add-apt-repository ppa:maco.m/ruby
tar -xf rubygems-1.3.7.tgz sudo apt-get update
cd rubygems-1.3.7 sudo apt-get install rubygems
sudo ruby setup.rb
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem This PPA is maintained by an Ubuntu Developer. For Ubuntu 10.10, this version of rubygems is in the repositories.
On **Fedora**, run the following: On **Fedora**, run the following: