summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-07 17:55:02 +1000
committerGitHub <noreply@github.com>2018-08-07 17:55:02 +1000
commitf8ca0ddcad35a1561aa9c109f9e613a77b69113a (patch)
tree5fce441342eec568017ae5d588c3a392e5da2e66 /README.md
parent138f40d7ae91a2f777581561e449c5cccbf4114f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c85f0992..fcd651684 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ 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, or `%HOME%\go\bin` to your %PATH% in Windows
+If you get an error claiming that lazygit cannot be found or is not defined, you may need to add `~/go/bin` to your $PATH (MacOS/Linux), or `%HOME%\go\bin` (Windows)
### Ubuntu
Packages for Ubuntu 14.04 and up are available via Launchpad PPA.