diff --git a/outline/img/lein_install.png b/outline/img/lein_install.png new file mode 100644 index 00000000..4d8cd80f Binary files /dev/null and b/outline/img/lein_install.png differ diff --git a/outline/setup_osx.md b/outline/setup_osx.md index b9168caf..154118a2 100644 --- a/outline/setup_osx.md +++ b/outline/setup_osx.md @@ -34,9 +34,10 @@ The details of Java's version may differ from what you see above; that is perfec Leiningen is a tool used on the command line to manage Clojure projects. -Go to the [Leiningen website](http://leiningen.org/). You will see a link to the `lein` script under the "Install" heading (not the Install link). Right-click that link and choose "Save Link As...". Save it in your Downloads directory. +Go to the [Leiningen website](http://leiningen.org/). You will see a link to the `lein` script under the "Install" heading. Right-click that link and choose "Save Link As...". Save it in your Downloads directory. ![Leiningen site](img/leiningen_site.png) +![Leiningen site](img/lein_install.png) After that, run the following commands in your terminal. You will be prompted to enter your password. @@ -79,7 +80,7 @@ After all that, you should be at your Heroku dashboard. There will be a link on If you do not see this link on your dashboard, you can download the toolbelt from [toolbelt.heroku.com](https://toolbelt.heroku.com/). -This will download a .pkg file. Double-click it to install the Heroku Toolbelt and follow all prompts from the installation wizard. You will need your OS X account password to complete installation. Once the Heroku Toolbelt is installed, go to your terminal and run the command `heroku login`. You will be prompted for your email and password on Heroku. If you enter them and the command ends successfully, congratulations! +This will download a .pkg file. Double-click it to install the Heroku Toolbelt and follow all prompts from the installation wizard. You will need your OS X account password to complete installation. If you are prompted to create an SSH key, say yes. It may also prompt you to install git. Once the Heroku Toolbelt is installed, go to your terminal and run the command `heroku login`. You will be prompted for your email and password on Heroku. If you enter them and the command ends successfully, congratulations! ![Heroku login](img/os_x/heroku_login.png)