From 90e488d5a442b4e2b5b914e38e6d1ce0d6808580 Mon Sep 17 00:00:00 2001 From: Malcolm Robinson <34327237+robthr@users.noreply.github.com> Date: Tue, 7 Aug 2018 09:34:45 +1000 Subject: [PATCH] Added macOS installation note (from #43) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 28836bb9f..85e9d3e5b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Then just call `lazygit` in your terminal inside a git repository. If you want, you can also add an alias for this with `echo "alias lg='lazygit'" >> ~/.zshrc` (or whichever rc file you're using). +Please note: +On MacOS you may have to add `~/go/bin` to your $PATH variable. + + ### Ubuntu Packages for Ubuntu 14.04 and up are available via Launchpad PPA.