Merge pull request #885 from nicolas-raoul/patch-1

Added missing backslash in Ubuntu section
This commit is contained in:
Hylke Bons 2012-07-31 02:32:25 -07:00
commit 3bd1095615

View file

@ -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
```