summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-03-08 13:53:28 +0900
committerHomu <homu@barosl.com>2016-03-08 13:53:28 +0900
commit397663040c88d7f760c3c21a1d15c72fc41368e7 (patch)
tree01ad3f2005db55117b1caa938ccb226a1e1ceeff
parent855f3ef5e98f003510d7845b6cce6027351ddce5 (diff)
parent9ffc204e713a76f605b49bd2d1d9b551065e3b7b (diff)
downloadbundler-397663040c88d7f760c3c21a1d15c72fc41368e7.tar.gz
Auto merge of #4346 - allenzhao:master, r=segiddins
Update documentation for OSX homebrew `however brew install graphviz groff` won't work and I tried `brew install graphviz homebrew/dupes/groff` as homebrew suggested, it worked.
-rw-r--r--DEVELOPMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 8845aa5a89..fc1d9112d3 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -25,7 +25,7 @@ Bundler doesn't use a Gemfile to list development dependencies, because when we
and for OS X (with brew installed)
- $ brew install graphviz groff
+ $ brew install graphviz homebrew/dupes/groff
2. Install Bundler's development dependencies