summaryrefslogtreecommitdiff
path: root/README-DEV.rst
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2017-11-28 17:44:49 -0500
committerAdam Kocoloski <adam@kocolosk.net>2017-12-01 08:34:11 -0500
commitfda4c67782edb535ac784aa889fa09fa80c0b153 (patch)
tree2b2d10e44482aa0fc7dcabf76c8f1dd8a2c5c949 /README-DEV.rst
parent9eb845b75ed53a59ef7b70833599296ae80e0297 (diff)
downloadcouchdb-fda4c67782edb535ac784aa889fa09fa80c0b153.tar.gz
Remove Spidermonkey as an "optional" depedency
It's required, and thus would already have been isntalled via the instructions in the INSTALL file. Also we don't mention it for any other operating system here.
Diffstat (limited to 'README-DEV.rst')
-rw-r--r--README-DEV.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index 3cff476c2..3587e8586 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -89,7 +89,7 @@ Unless you want to install the optional dependencies, skip to the next section.
Install what else we can with Homebrew::
- brew install help2man gnupg md5sha1sum node spidermonkey
+ brew install help2man gnupg md5sha1sum node
If you don't already have pip installed, install it::