From 4c505fdbb813e793e6982f5cfd49ee862cbf3458 Mon Sep 17 00:00:00 2001 From: Taylor Hughes Date: Thu, 28 Jul 2016 10:59:20 -0700 Subject: [PATCH] Specify that OS X dev tools are only needed on OS X --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e76142..bf67fed 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Getting your LK instance up and running is fairly simple. This process has been ### STEP 1 +(OS X only -- on Linux & other systems you might need various other build tools in order to install Vagrant/Ansible.) + Install **Xcode dev tools** if you don’t have them yet. Running `cc` from the command line on OS X Terminal should prompt you to install them. $ cc