summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-03-07 10:02:14 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-03-07 10:02:14 +0530
commit2f44e563e2232ba7bec0276408be0a330118133b (patch)
treee331fade0c08daec6a645046ba2c9938f366a848
parentd4f9b8714c45f1fc8aca826abea7fe0979f4e831 (diff)
downloadbundler-2f44e563e2232ba7bec0276408be0a330118133b.tar.gz
Added instructions for OS X
-rw-r--r--DEVELOPMENT.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 0701c72a05..8845aa5a89 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -23,6 +23,10 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we
$ sudo apt-get install graphviz groff-base -y
+ and for OS X (with brew installed)
+
+ $ brew install graphviz groff
+
2. Install Bundler's development dependencies
$ rake spec:deps