Skip to content

Commit 3f2d5f4

Browse files
author
Wachiwi
committed
Fixed typo
1 parent eda3fa6 commit 3f2d5f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/centos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ Remove the old Ruby 1.8 if present:
190190
Download Ruby and compile it:
191191

192192
mkdir /tmp/ruby && cd /tmp/ruby
193-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
194-
cd ruby-2.0.0-p353
193+
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
194+
cd ruby-2.1.0
195195
./configure --disable-install-rdoc
196196
make
197-
make install
197+
make prefix=/usr/local install
198198

199199
Install the Bundler Gem:
200200

@@ -579,4 +579,4 @@ nobody can access your GitLab by using this login information later on.
579579
[SDL]: https://puias.math.ias.edu
580580
[PU]: http://www.princeton.edu/
581581
[IAS]: http://www.ias.edu/
582-
[keys]: https://fedoraproject.org/keys
582+
[keys]: https://fedoraproject.org/keys

0 commit comments

Comments
 (0)