mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02:00
add instalation instructions for ubuntu
This commit is contained in:
parent
6126ddd373
commit
c38dc16def
11
README.md
11
README.md
@ -16,6 +16,17 @@ 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)
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
Packages for Ubuntu 14.04 and up are available via Launchpad PPA.
|
||||||
|
|
||||||
|
They are built daily, straight from master branch.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo add-apt-repository ppa:lazygit-team/daily
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install lazygit
|
||||||
|
```
|
||||||
|
|
||||||
## Cool features
|
## Cool features
|
||||||
- Adding files easily
|
- Adding files easily
|
||||||
- Resolving merge conflicts
|
- Resolving merge conflicts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user