@@ -32,7 +32,7 @@ for different needs and platforms.
3232 * [ CentOS, Fedora, RHEL] ( #yum )
3333 * [ Gentoo] ( #portage )
3434 * [ Arch Linux] ( #pacman )
35- * [ OS X ] ( #homebrew )
35+ * [ macOS ] ( #homebrew )
3636 * [ FreeBSD] ( #freebsd )
3737 * [ Solaris, OpenIndiana] ( #solaris )
3838 * [ Other Distributions] ( #other-systems )
@@ -120,12 +120,12 @@ $ sudo pacman -S ruby
120120This should install the latest stable Ruby version.
121121
122122
123- ### Homebrew (OS X )
123+ ### Homebrew (macOS )
124124{: #homebrew}
125125
126126On macOS (High) Sierra and OS X El Capitan, Ruby 2.0 is included.
127127
128- Many people on OS X use [ Homebrew] [ homebrew ] as a package manager.
128+ Many people on macOS use [ Homebrew] [ homebrew ] as a package manager.
129129It is really easy to get a newer version of Ruby using Homebrew:
130130
131131{% highlight sh %}
@@ -201,7 +201,7 @@ a separate installer, it comes with its own.
201201allows you to compile and install different versions of Ruby
202202into arbitrary directories.
203203ruby-build can also be used as a standalone program without rbenv.
204- It is available for OS X , Linux, and other UNIX-like operating systems.
204+ It is available for macOS , Linux, and other UNIX-like operating systems.
205205
206206
207207### ruby-install
@@ -211,7 +211,7 @@ It is available for OS X, Linux, and other UNIX-like operating systems.
211211versions of Ruby into arbitrary directories.
212212There is also a sibling, [ chruby] ( #chruby ) , which handles switching between
213213Ruby versions.
214- It is available for OS X , Linux, and other UNIX-like operating systems.
214+ It is available for macOS , Linux, and other UNIX-like operating systems.
215215
216216
217217### RubyInstaller
@@ -236,7 +236,7 @@ you can use the following installers:
236236 It supports OS X and Windows.
237237* [ Bitnami Ruby Stack] [ rubystack ] ,
238238 which provides a complete development environment for Rails.
239- It supports OS X , Linux, Windows, virtual machines, and cloud images.
239+ It supports macOS , Linux, Windows, virtual machines, and cloud images.
240240
241241
242242## Managers
@@ -261,22 +261,22 @@ or even built from source.
261261[ rbenv] [ rbenv ] allows you to manage multiple installations of Ruby.
262262It does not support installing Ruby, but there is a popular plugin
263263named [ ruby-build] ( #ruby-build ) to install Ruby.
264- Both tools are available for OS X , Linux, or other UNIX-like operating systems.
264+ Both tools are available for macOS , Linux, or other UNIX-like operating systems.
265265
266266
267267### RVM ("Ruby Version Manager")
268268{: #rvm}
269269
270270[ RVM] [ rvm ] allows you to install and manage multiple installations of Ruby
271271on your system. It can also manage different gemsets.
272- It is available for OS X , Linux, or other UNIX-like operating systems.
272+ It is available for macOS , Linux, or other UNIX-like operating systems.
273273
274274
275275### uru
276276{: #uru}
277277
278278[ Uru] [ uru ] is a lightweight, multi-platform command line tool that helps you
279- to use multiple Rubies on OS X , Linux, or Windows systems.
279+ to use multiple Rubies on macOS , Linux, or Windows systems.
280280
281281
282282## Building from Source
0 commit comments