From 805dbcb148a50cf8a7c14f18171cdc4466571de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com> Date: Mon, 20 Jun 2016 15:35:22 -0700 Subject: [PATCH] clarify OS X release steps :yum: [ci skip] --- docs/developers-guide-osx.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md index 59fec7a2d58..d34d0c847d4 100644 --- a/docs/developers-guide-osx.md +++ b/docs/developers-guide-osx.md @@ -2,7 +2,9 @@ ## Prereqs -You'll need to run the following commands before building the app: +Install XCode. + +Next, you'll need to run the following commands before building the app: ```bash # Fetch and initialize git submodule @@ -45,5 +47,5 @@ You'll probably also want an Apple Developer ID Application Certificate in your After that, you are good to go: ```bash # Bundle entire app, and upload to s3 -./release +./bin/osx-release ``` -- GitLab