From 17a0f4e68c47313b103e86da810358f8c5e0a686 Mon Sep 17 00:00:00 2001 From: simon04 Date: Sat, 15 Oct 2011 22:41:45 +0200 Subject: [PATCH] update readme (links to ready packages) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3efe859..09461b3 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ And with French translation: ### Installation -For installation, run the following commands: - - ./autogen.sh --prefix=/usr - make - sudo make install +* [Arch Linux](https://aur.archlinux.org/packages.php?ID=49409) +* [Ubuntu](https://launchpad.net/~webupd8team/+archive/gnome3/+packages) +* Generic: For a generic installation, run the following commands: + `./autogen.sh --prefix=/usr && make && sudo make install` +* *Please report further links!* That's it!