aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoratouchet <alextouchet@outlook.com>2018-03-26 23:00:20 -0700
committeratouchet <alextouchet@outlook.com>2018-03-26 23:00:20 -0700
commit73a619359c7b4b60e2cba254ca1bf42a652bf9f8 (patch)
tree26a562077e313b20b55aed450dc63e0c0ce4ce10 /README.md
parent949a2ed552bb5b770958b2d2b15d5c69e26177ea (diff)
downloadservo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.tar.gz
servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.zip
Change "OS X" to "macOS"
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3203fe3e350..3f55f7eee54 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Servo is a prototype web browser engine written in the
[Rust](https://github.com/rust-lang/rust) language. It is currently developed on
-64-bit OS X, 64-bit Linux, 64-bit Windows, and Android.
+64-bit macOS, 64-bit Linux, 64-bit Windows, and Android.
Servo welcomes contribution from everyone. See
[`CONTRIBUTING.md`](CONTRIBUTING.md) and [`HACKING_QUICKSTART.md`](docs/HACKING_QUICKSTART.md)
@@ -41,7 +41,7 @@ https://github.com/rust-lang-nursery/rustup.rs/#other-installation-methods)
### Other dependencies
Please select your operating system:
-* [OS X](#os-x)
+* [macOS](#macos)
* [Debian-based Linuxes](#on-debian-based-linuxes)
* [Fedora](#on-fedora)
* [Arch Linux](#on-arch-linux)
@@ -50,19 +50,19 @@ Please select your operating system:
* [Microsoft Windows](#on-windows-msvc)
* [Android](#cross-compilation-for-android)
-#### OS X
-#### On OS X (homebrew)
+#### macOS
+#### On macOS (homebrew)
``` sh
brew install automake pkg-config python cmake yasm
pip install virtualenv
```
-#### On OS X (MacPorts)
+#### On macOS (MacPorts)
``` sh
sudo port install python27 py27-virtualenv cmake yasm
```
-#### On OS X >= 10.11 (El Capitan), you also have to install OpenSSL
+#### On macOS >= 10.11 (El Capitan), you also have to install OpenSSL
``` sh
brew install openssl