diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md index 039fec85e0f3fc742d67842edcb39ad01b580e44..eedd3beb5591f43f265c0a456d791b54b3533b72 100644 --- a/docs/developers-guide-osx.md +++ b/docs/developers-guide-osx.md @@ -4,7 +4,11 @@ NOTE: These instructions are only for packaging a built Metabase uberjar into `M our [developers' guide](developers-guide.md). ## First-Time Configuration - +<details> +<summary> +Steps +</summary> + ### Building The following steps need to be done before building the Mac App: @@ -58,7 +62,7 @@ At this point, you should try opening up the Xcode project and building the Mac ### Releasing -The following steps are prereqs for releasing the Mac App: +The following steps are prereqs for *releasing* the Mac App: 1) Install XCode command-line tools. In `Xcode` > `Preferences` > `Locations` select your current Xcode version in the `Command Line Tools` drop-down. @@ -125,6 +129,7 @@ The following steps are prereqs for releasing the Mac App: brew install clojure ``` +</details> ## Building & Releasing the Mac App