From 1b3c69d85b96344898b63a9661cf325051b8d499 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 7 Oct 2017 08:56:05 -0400 Subject: [PATCH] Add wget to mac deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc79011a..015b9777 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system ### Mac Install [Xcode](https://developer.apple.com/xcode/) or *command line developer tools* with `xcode-select --install`. -Install [CMake](https://cmake.org/), preferably from [Homebrew](https://brew.sh/). +Install [CMake](https://cmake.org/) and wget, preferably from [Homebrew](https://brew.sh/). ### Windows