You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2021/03/07 01:31:15 UTC

[directory-site] branch master updated: MacOS install using Homebrew

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c70cc0  MacOS install using Homebrew
     new 6ab28fc  Merge pull request #8 from nhojpatrick/homebrew-install
4c70cc0 is described below

commit 4c70cc0586df1bea70fc7fe80105841333e0e06f
Author: John Patrick <14...@users.noreply.github.com>
AuthorDate: Tue Mar 2 22:37:26 2021 +0000

    MacOS install using Homebrew
---
 source/studio/downloads.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/source/studio/downloads.md b/source/studio/downloads.md
index 1bd402e..e4ab5be 100644
--- a/source/studio/downloads.md
+++ b/source/studio/downloads.md
@@ -19,11 +19,15 @@ Please select the download corresponding to your operating system:
 * ![Download](../images/download-windows.png) [Download for Windows](download/download-windows.html)
 
 
-On macOS you can also install Apache Directory Studio via [MacPorts][1]: 
-       
+On macOS you can also install Apache Directory Studio via [MacPorts][1] or [Homebrew][2]:
 
+MacPorts:
 > `# sudo port install directory-studio`
 
+Or Brew:
+
+> `# brew install apache-directory-studio`
+
 ## Plugins for Eclipse
 
 You can also install plugins for Eclipse using our update site (requires Java 8 or newer and a recent Eclipse version).
@@ -42,3 +46,4 @@ You can download old versions of Apache Directory Studio (or Apache LDAP Studio)
 
 
   [1]: https://www.macports.org/
+  [2]: https://brew.sh/