summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-07 15:50:56 +1000
committerGitHub <noreply@github.com>2018-08-07 15:50:56 +1000
commitb80e8111c6f3a1347edd69522aa93bacd6f47af9 (patch)
tree4175538407c1a1a902b5f7abf1ec644d91e95117 /README.md
parent6df4a3ff4159d2c80b3ebc060adbb8797e93746f (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85e9d3e5b..6c85f0992 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +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.
-
+On MacOS you may have to add `~/go/bin` to your $PATH variable, or `%HOME%\go\bin` to your %PATH% in Windows
### Ubuntu
Packages for Ubuntu 14.04 and up are available via Launchpad PPA.
@@ -54,6 +53,7 @@ sudo apt-get install lazygit
- [ ] Configurable Keybindings
- [ ] Configurable Color Themes
- [ ] Spawning Subprocesses (help needed - have a look at https://github.com/jesseduffield/lazygit/pull/18)
+- [ ] Performance
- [ ] i18n
## Contributing