From 05b923eac179cf4d2f4574782b447252fba5b966 Mon Sep 17 00:00:00 2001 From: David Czarnecki Date: Tue, 18 Mar 2014 13:27:50 -0400 Subject: [PATCH] Minor fix for location of osx_dev script --- docs/DEVELOPMENT-OSX-NATIVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index 26f2cd399d5..479817dfb85 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -12,7 +12,7 @@ If you don't already have a Ruby environment that's tuned to your liking, you ca 1. Install XCode and/or the XCode Command Line Tools from [Apple's developer site](https://developer.apple.com/downloads/index.action). This should also install Git. 2. Clone the Discourse repo and cd into it. -3. Run `scripts/osx_dev`. +3. Run `script/osx_dev`. 4. Review `log/osx_dev.log` to make sure everything finished successfully. Of course, it is good to understand what the script is doing and why. The rest of this guide goes through what's happening.