diff --git a/docs/DEVELOPMENT-OSX-NATIVE.md b/docs/DEVELOPMENT-OSX-NATIVE.md index c3ff8b9677a..abb88cb2aa1 100644 --- a/docs/DEVELOPMENT-OSX-NATIVE.md +++ b/docs/DEVELOPMENT-OSX-NATIVE.md @@ -229,25 +229,16 @@ config.action_mailer.smtp_settings = { address: "localhost", port: 1025 } Set up [MailCatcher](https://github.com/sj26/mailcatcher) so the app can intercept outbound email and you can verify what is being sent. -## Additional Setup Tasks +## Additional Image Tooling In addition to ImageMagick we also need to install some other image related software: ```sh -brew install gifsicle jpegoptim optipng +brew install gifsicle jpegoptim optipng jhead npm install -g svgo ``` -Install jhead - -```sh -curl "http://www.sentex.net/~mwandel/jhead/jhead-2.97.tar.gz" | tar xzf - -cd jhead-2.97 -make -make install -``` - ## Setting up your Discourse ### Check out the repository