diff options
author | Alex Touchet <alextouchet@outlook.com> | 2019-10-07 18:09:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 18:09:57 -0700 |
commit | b70979918ec32fa4dc8932c5c0637d7ced577ab2 (patch) | |
tree | f5a16b36b8cb858b37c5c0140e2fedd3e7ccdbd1 | |
parent | 0b5aaeff5d85f286640ff7a0b723b253e3a8dc05 (diff) | |
download | servo-b70979918ec32fa4dc8932c5c0637d7ced577ab2.tar.gz servo-b70979918ec32fa4dc8932c5c0637d7ced577ab2.zip |
Remove MacPorts instructions from Readme
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md index 3770bf0f61b..e6a49ed8156 100644 --- a/README.md +++ b/README.md @@ -54,18 +54,13 @@ Please select your operating system: Xcode version 10.2 or above is recommended. -##### On macOS (homebrew) +##### On macOS (Homebrew) ``` sh brew bundle install --file=etc/taskcluster/macos/Brewfile brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer pip install virtualenv ``` -##### On macOS (MacPorts) - -``` sh -sudo port install python27 py27-virtualenv cmake yasm llvm -``` #### On Debian-based Linuxes |