diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dabde5e..24cd87b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,7 +86,7 @@ The first encourages contributors to be honest about requirements; the second, to think hard about priorities. We are also not looking for exercises or other material that only run on one platform. -Our workshops typically contain a mixture of Windows, Mac OS X, and Linux users; +Our workshops typically contain a mixture of Windows, macOS, and Linux users; in order to be usable, our lessons must run equally well on all three. diff --git a/README.md b/README.md index e43f3a9..e182881 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ you must install the software described below. [installing Jekyll on Windows][jekyll-windows].) 1. **Ruby**. - This is included with Linux and Mac OS X; + This is included with Linux and macOS; the simplest option on Windows is to use [RubyInstaller][ruby-installer]. You can test your installation by running `ruby --version`. For more information, diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index 7c6c394..d77c4c9 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -113,7 +113,7 @@ the second, to think hard about priorities. We are also not looking for exercises or other material that only run on one platform. -Our workshops typically contain a mixture of Windows, Mac OS X, and Linux users; +Our workshops typically contain a mixture of Windows, macOS, and Linux users; in order to be usable, our lessons must run equally well on all three. diff --git a/index.md b/index.md index f2d9ffb..519ee85 100644 --- a/index.md +++ b/index.md @@ -362,9 +362,9 @@ and our administrator may contact you if we need any extra information.

This will provide you with both Git and Bash in the Git Bash program.

-

Mac OS X

+

macOS

- The default shell in all versions of Mac OS X is Bash, so no + The default shell in all versions of macOS is Bash, so no need to install anything. You access Bash from the Terminal (found in /Applications/Utilities). @@ -417,7 +417,7 @@ and our administrator may contact you if we need any extra information.

-

Mac OS X

+

macOS

Video Tutorial

For OS X 10.9 and higher, install Git for Mac @@ -448,7 +448,7 @@ and our administrator may contact you if we need any extra information.

When you're writing code, it's nice to have a text editor that is optimized for writing code, with features like automatic - color-coding of key words. The default text editor on Mac OS X and + color-coding of key words. The default text editor on macOS and Linux is usually set to Vim, which is not famous for being intuitive. if you accidentally find yourself stuck in it, try typing the escape key, followed by :q! (colon, lower-case 'q', @@ -485,7 +485,7 @@ and our administrator may contact you if we need any extra information.

-

Mac OS X

+

macOS

nano is a basic editor and the default that instructors use in the workshop. See the Git installation video tutorial @@ -556,7 +556,7 @@ and our administrator may contact you if we need any extra information.

-

Mac OS X

+

macOS

Video Tutorial
  1. Open https://www.anaconda.com/download/#macos with your web browser.
  2. @@ -634,7 +634,7 @@ and our administrator may contact you if we need any extra information.

-

Mac OS X

+

macOS

Video Tutorial

Install R by downloading and running @@ -686,9 +686,9 @@ and our administrator may contact you if we need any extra information.

-

Mac OS X

+

macOS

- SQLite comes pre-installed on Mac OS X. + SQLite comes pre-installed on macOS.