diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md index 59fec7a2d58e96a03287726b45d336b8acce785e..d34d0c847d4fe343f2d2076e5dd7344cd6138da9 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 ```