From 2e618393875994d6424e03a10145de7256e510d4 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 28 Oct 2014 09:59:28 +0000 Subject: [PATCH] Prepare preinstall.sh for inclusion in master --- .travis.yml | 2 +- README.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 763713fc..8f3b0808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ node_js: - "0.10" - "0.11" before_install: - - curl -s https://raw.githubusercontent.com/lovell/sharp/preinstall/preinstall.sh | sudo bash - + - curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash - after_success: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js diff --git a/README.md b/README.md index 96f9f7b4..d76e5bd7 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ This module is powered by the blazingly fast [libvips](https://github.com/jcupit To install the latest version of libvips on the following Operating Systems: -* Mac OS (homebrew, MacPorts) +* Mac OS + * Homebrew + * MacPorts * Debian Linux * Debian 7, 8 * Ubuntu 12.04, 14.04, 14.10 @@ -44,13 +46,13 @@ To install the latest version of libvips on the following Operating Systems: run the following as a user with `sudo` access: - curl -s https://raw.githubusercontent.com/lovell/sharp/preinstall/preinstall.sh | sudo bash - + curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash - or run the following as `root`: - curl -s https://raw.githubusercontent.com/lovell/sharp/preinstall/preinstall.sh | bash - + curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | bash - -The `preinstall.sh` script requires `curl` and `pkg-config`. +The [preinstall.sh](https://github.com/lovell/sharp/blob/master/preinstall.sh) script requires `curl` and `pkg-config`. ### Mac OS tips