summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2019-11-17 09:14:29 +0100
committerGitHub <noreply@github.com>2019-11-17 09:14:29 +0100
commit7849f91d80a83b61a141d2a38b035f1cf934c4c1 (patch)
treeca39eb08de0b24ddcc223c947c65688a9c3b8c5a
parent963c034b481e6676656e981cbc8e2f923cc1ac41 (diff)
parent5f769da74de6d00dc9b5bc03c2835c668c1e236b (diff)
Merge pull request #543 from lhaeger/master
Readme: add MacPorts install source
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index f34ea7d8c..29464cbb5 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,13 @@ Core:
brew install lazygit
```
+### MacPorts
+Latest version built from github releases.
+Tap:
+```
+sudo port install lazygit
+```
+
### Ubuntu
Packages for Ubuntu 16.04, 18.04 and 18.10 are available via [Launchpad PPA](https://launchpad.net/~lazygit-team).