Skip to content

Commit 5f2f5e4

Browse files
committed
Add descriptions about mac RVM in first_step_ruby
1 parent f4c31a2 commit 5f2f5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

first_step_ruby/first-step-ruby-2.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Ruby で言うと、以下の2つが主流です。
6060

6161
#### Mac OS X
6262

63-
デフォルトで Ruby が入っていますが、バージョンが 1.8 系と大変古いです。
63+
デフォルトで Ruby が入っていますが、バージョンが 1.8 系と大変古いです。新しいバージョンの Ruby は以下の方法などでインストールができます。
6464

6565
- [RailsInstaller](http://railsinstaller.org)
6666

67-
バージョン切り替えが必要な場合は [RVM](https://rvm.io) [rbenv](https://github.com/sstephenson/rbenv/) + [ruby-build](https://github.com/sstephenson/ruby-build) 等の導入を検討してください。
67+
バージョン切り替えが必要な場合は RailsInstaller と一緒にインストールされる [RVM](https://rvm.io) を利用したり、 [rbenv](https://github.com/sstephenson/rbenv/) + [ruby-build](https://github.com/sstephenson/ruby-build) 等の導入を検討してください。
6868

6969
rbenv を使ったインストール方法については [OS X で rbenv を使って ruby 1.9.3 or 2.0.0 の環境を作る](http://qiita.com/items/9dd797f42e7bea674705) が参考になります。
7070

0 commit comments

Comments
 (0)