From a3d53a771f2b795a50587da34daaa2372461dcf6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cam=20Sa=C3=BCl?= <cammsaul@gmail.com>
Date: Thu, 4 Aug 2016 13:48:34 -0700
Subject: [PATCH] Update developers-guide-osx.md

---
 docs/developers-guide-osx.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/developers-guide-osx.md b/docs/developers-guide-osx.md
index 3e3692ac2b0..5012e384cf2 100644
--- a/docs/developers-guide-osx.md
+++ b/docs/developers-guide-osx.md
@@ -31,6 +31,9 @@ Run `./bin/osx-setup` again at any time in the future to copy the latest version
 A handy Perl script called `./bin/osx-release` takes care of all of the details for you. Before you run it for the first time, you'll need to set up a few additional things:
 
 ```bash
+# Install aws command-line client (if needed)
+brew install aws
+
 # Configure AWS Credentials
 # You'll need credentials that give you permission to write the metabase-osx-releases S3 bucket.
 aws configure --profile metabase
-- 
GitLab