From 8af9619430364cd1dfcc373efe7a61747ccfe068 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 5 Nov 2016 11:45:06 +0000 Subject: [PATCH] OS X -> macOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffe3545..34345f6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ https://github.com/jcupitt/php-vips ### Installing -On OS X, use `brew install php70-vips` to install the libvips library, php and +On macOS, use `brew install php70-vips` to install the libvips library, php and this php extension. On Linux, install this extension with: @@ -69,7 +69,7 @@ $ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \ ``` You'll need libvips 8.0 or later, including all the headers for -development. On linux, install with your package manager. On OS X, +development. On linux, install with your package manager. On macOS, install with `brew` or MacPorts. For Windows, download a zip from the libvips website, or build your own.