diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2017-11-28 17:44:49 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@kocolosk.net> | 2017-12-01 08:34:11 -0500 |
commit | fda4c67782edb535ac784aa889fa09fa80c0b153 (patch) | |
tree | 2b2d10e44482aa0fc7dcabf76c8f1dd8a2c5c949 | |
parent | 9eb845b75ed53a59ef7b70833599296ae80e0297 (diff) | |
download | couchdb-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.
-rw-r--r-- | README-DEV.rst | 2 |
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:: |