diff --git a/templates/zerver/apps.html b/templates/zerver/apps.html index 5e73ce2b0a..8c932f4c60 100644 --- a/templates/zerver/apps.html +++ b/templates/zerver/apps.html @@ -69,18 +69,10 @@ you're running:

Debian and Ubuntu

- First, run the following: + We have an APT repository for Zulip, so adding and installing the app is easy:
wget https://apt.zulip.com/user.asc
-cat user.asc | sudo apt-key add -
- - Then, add the following line to /etc/apt/sources.list: -
deb http://apt.zulip.com/user/ your_distro_here main
-
-
-

(Replace your_distro_here with one of wheezy, precise, quantal, or raring)

- - Then run: -
+cat user.asc | sudo apt-key add -
+sudo apt-add-repository http://apt.zulip.com/user/
 sudo apt-get update
 sudo apt-get install zulip-desktop