From 2949e5d7349155f3c8c62045c8bec8580c913e20 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Tue, 31 Jul 2012 11:27:28 +0900 Subject: [PATCH] Added missing backslash in Ubuntu section --- SparkleShare/Linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Linux/README.md b/SparkleShare/Linux/README.md index 9cd566ce..d079cc07 100644 --- a/SparkleShare/Linux/README.md +++ b/SparkleShare/Linux/README.md @@ -32,7 +32,7 @@ You can use one of the commands listed below for the most used Linux distributio ```bash $ sudo apt-get install libappindicator0.1-cil-dev gtk-sharp2 mono-runtime mono-devel \ - monodevelop libndesk-dbus1.0-cil-dev nant libnotify-cil-dev libgtk2.0-cil-dev mono-mcs + monodevelop libndesk-dbus1.0-cil-dev nant libnotify-cil-dev libgtk2.0-cil-dev mono-mcs \ mono-gmcs libwebkit-cil-dev intltool libtool python-nautilus libndesk-dbus-glib1.0-cil-dev ```