summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-08-16 19:26:43 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-08-16 19:26:43 +0200
commit36eed802280e2767dec3a16f6ea8908fb08ec3b9 (patch)
tree97c076eba3007f41995afc653d22891f4d0937ff /README.md
parentf4e701611b2fc0ebb8a131ad76f1f93d2611b1df (diff)
add info about release PPA
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0990db695..721dc0862 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,19 @@ brew install lazygit
### Ubuntu
Packages for Ubuntu 16.04, 18.04 and 18.10 are available via [Launchpad PPA](https://launchpad.net/~lazygit-team).
-They are built daily, straight from master branch.
+**Release builds**
+
+Built from git tags. Supposed to be more stable.
+
+```sh
+sudo add-apt-repository ppa:lazygit-team/release
+sudo apt-get update
+sudo apt-get install lazygit
+```
+
+**Daily builds**
+
+Built from master branch once in 24 hours (or more sometimes).
```sh
sudo add-apt-repository ppa:lazygit-team/daily