mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-17 22:32:58 +02:00
Update README.md
This commit is contained in:
parent
6df4a3ff41
commit
b80e8111c6
@ -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).
|
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:
|
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
|
### Ubuntu
|
||||||
Packages for Ubuntu 14.04 and up are available via Launchpad PPA.
|
Packages for Ubuntu 14.04 and up are available via Launchpad PPA.
|
||||||
@ -54,6 +53,7 @@ sudo apt-get install lazygit
|
|||||||
- [ ] Configurable Keybindings
|
- [ ] Configurable Keybindings
|
||||||
- [ ] Configurable Color Themes
|
- [ ] Configurable Color Themes
|
||||||
- [ ] Spawning Subprocesses (help needed - have a look at https://github.com/jesseduffield/lazygit/pull/18)
|
- [ ] Spawning Subprocesses (help needed - have a look at https://github.com/jesseduffield/lazygit/pull/18)
|
||||||
|
- [ ] Performance
|
||||||
- [ ] i18n
|
- [ ] i18n
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user