summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2018-02-09 08:28:47 -0800
committerLucas Wojciechowski <lucas@mapbox.com>2018-02-09 08:28:47 -0800
commitac1b52d2a94d5a1ef0849d7cf376cf2c31e22459 (patch)
tree8c0733216526fae0b8e1b170bf78bd07dc8d1fcb
parent6885538fae805821f87f0290e7bf4fb9307d0e5c (diff)
downloadqtlocation-mapboxgl-upstream/update-install-md.tar.gz
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5e6a629da4..a28348d15c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -18,8 +18,8 @@ operating system and what platform you want to develop for.
1. Install [Xcode](https://developer.apple.com/xcode/)
2. Launch Xcode and install any updates
3. Install [Homebrew](http://brew.sh)
- 4. Install [Node.js](https://nodejs.org/), [ruby](https://www.ruby-lang.org/), [CMake](https://cmake.org/), and [ccache](https://ccache.samba.org) (`brew install nodejs ruby cmake ccache`)
- 5. Install [xcpretty](https://github.com/supermarin/xcpretty) (`gem install xcpretty`)
+ 4. Install [Node.js](https://nodejs.org/), [CMake](https://cmake.org/), and [ccache](https://ccache.samba.org) with `brew install nodejs cmake ccache`
+ 5. Install [xcpretty](https://github.com/supermarin/xcpretty) with `[sudo] gem install xcpretty` (optional, used for prettifying command line builds)
### Linux