diff options
author | Xavier Noria <fxn@hashref.com> | 2018-06-23 08:46:40 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2018-06-23 08:46:40 +0200 |
commit | 96d2c228e31e5fe9b3159c5c52051c589d3c384f (patch) | |
tree | 30432892d469056cfe3548de329e89ab1c1bb5c5 /guides | |
parent | 484f970c6c45af836f89e2bf2169bb15ca273ddd (diff) | |
download | rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.gz rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.tar.bz2 rails-96d2c228e31e5fe9b3159c5c52051c589d3c384f.zip |
OS X -> macOS [Closes #30313]
[Jon Moss & Xavier Noria]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/command_line.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 58a2d6d30f..7c629f74c8 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -633,9 +633,9 @@ $ cat config/database.yml # # Install the pg driver: # gem install pg -# On OS X with Homebrew: +# On macOS with Homebrew: # gem install pg -- --with-pg-config=/usr/local/bin/pg_config -# On OS X with MacPorts: +# On macOS with MacPorts: # gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config # On Windows: # gem install pg |