From fdf4537b7cf2545566d000fdfd6fc0f84cac8056 Mon Sep 17 00:00:00 2001 From: Vincent Cheng Date: Sun, 16 Dec 2012 22:18:00 -0800 Subject: [PATCH] Update README.md with Debian/Ubuntu package install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f6df728..63460c9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ Issue the following commands in a terminal to enable the PPA and install Mailnag sudo apt-get update sudo apt-get install mailnag +As of Ubuntu 13.04 (Raring) onwards, Mailnag is also available in the official repos. +Run `sudo apt-get install mailnag` in a terminal to install it. + +### Debian +Mailnag is currently available in Debian unstable. +Run `sudo apt-get install mailnag` in a terminal to install it. + ### Fedora As of Fedora 17, Mailnag is available in the official Fedora repos. Just run `yum install mailnag` (as root) in a terminal to install the package.