summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-08-05 20:31:50 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-08-06 10:17:05 +0200
commitc38dc16def47bd4b5d2dcdeaeaa9a0ab768bfeb3 (patch)
tree0d39aaadb7f3d79cc9e174084611dd9c0081310e /README.md
parent6126ddd373ddf18b96566eb1ddc204f017b449cb (diff)
add instalation instructions for ubuntu
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9fdddb0a4..bc2cd856c 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,22 @@ 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)
+### 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
- Adding files easily
- Resolving merge conflicts
- Easily check out recent branches
-- Scroll through logs/diffs of branches/commits/stash
+- Scroll through logs/diffs of branches/commits/stash
- Quick pushing/pulling
- Squash down and rename commits