From ac1b52d2a94d5a1ef0849d7cf376cf2c31e22459 Mon Sep 17 00:00:00 2001 From: Lucas Wojciechowski Date: Fri, 9 Feb 2018 08:28:47 -0800 Subject: Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file 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 -- cgit v1.2.1