We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fa272 commit 13d647cCopy full SHA for 13d647c
install/centos/README.md
@@ -186,8 +186,8 @@ Download and compile it:
186
187
su -
188
mkdir /tmp/ruby && cd /tmp/ruby
189
- curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
190
- cd ruby-2.0.0-p353
+ curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
+ cd ruby-2.1.0
191
./configure --prefix=/usr/local/
192
make && make install
193
@@ -197,7 +197,7 @@ installed with:
197
which ruby
198
# /usr/local/bin/ruby
199
ruby -v
200
- # ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
+ # ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
201
202
Install the Bundler Gem:
203
0 commit comments