summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2020-10-25 09:58:06 +0100
committerJoris Roovers <joris.roovers@gmail.com>2020-10-25 09:58:06 +0100
commit4eb8e07a82bce11577923520d1ae14399f9644f1 (patch)
treed694e679083a293933995e7dcd7a845d1b2ed05b /docs
parent81af0bf8a4ef87d5d0cca71dc72cb13c2de928a7 (diff)
Docs: updated installation methods for macOS
Updated macOS installation instructions for HomeBrew and MacPorts. Relates to #161
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index c179c9e..251771a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -39,8 +39,8 @@ useful throughout the years.
pip install gitlint
# macOS
-brew tap rockyluke/devops
brew install gitlint
+sudo port install gitlint # alternative
# Ubuntu
apt-get install gitlint