From 90cb3849b5d6bf3dfb506816d2cd0ec01eb4561d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 14 Jan 2012 22:04:37 +0000 Subject: [PATCH] README: Fix order of Ubuntu instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f35cbd5..f00504b1 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ $ sudo apt-get install gtk-sharp2 mono-runtime mono-devel monodevelop \ libwebkit-cil-dev intltool libtool python-nautilus libndesk-dbus-glib1.0-cil-dev ``` +For Ubuntu `libappindicator` support, install the following package: + +```bash +$ sudo apt-get install libappindicator0.1-cil-dev +``` + #### Fedora (yum): ```bash @@ -80,11 +86,6 @@ $ sudo yum install gtk-sharp2-devel mono-core mono-devel monodevelop \ gnome-doc-utils ``` -For Ubuntu `libappindicator` support, install the following package: - -```bash -$ sudo apt-get install libappindicator0.1-cil-dev -``` You can then build and install SparkleShare like this: