README.md: add PPA instructions for rubygems 1.3.7 for Ubuntu 10.04
This commit is contained in:
parent
193deb9767
commit
3cf085c3c1
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue