From 53e2639906390cf11c9506b056b5c4d19fd6de46 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Fri, 16 Aug 2013 16:00:05 -0400 Subject: [PATCH] Revise and simplify instructions. (imported from commit beee4446caeb53d0e1a7c10fc2878fbd5a0c3dbd) --- templates/zerver/apps.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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