You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/01/31 18:07:14 UTC

[couchdb-documentation] branch main updated: Update Homebrew installation (#703)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 85c8548  Update Homebrew installation (#703)
85c8548 is described below

commit 85c8548b40ceb456d729425a5de26f24c70cebd8
Author: Ronny <ro...@kioskkinder.com>
AuthorDate: Mon Jan 31 19:07:09 2022 +0100

    Update Homebrew installation (#703)
    
    * Update Homebrew installation
    
    * Update mac.rst
---
 src/install/mac.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/install/mac.rst b/src/install/mac.rst
index 205ac93..4b6a581 100644
--- a/src/install/mac.rst
+++ b/src/install/mac.rst
@@ -48,8 +48,13 @@ That's all, now CouchDB is installed on your Mac:
 Installation with Homebrew
 ==========================
 
-The `Homebrew`_ build of CouchDB 2.x is still in development. Check back often
-for updates.
+CouchDB can be installed via `Homebrew`_.  Fetch the newest version of Homebrew
+and all formulae and install CouchDB with the following commands:
+
+.. code:: bash
+
+   brew update
+   brew install couchdb
 
 .. _Homebrew: http://brew.sh/