Fixed issue spottted by @lots0logs (#405)

pull/410/head
Jonathan 2016-05-04 10:31:00 +02:00 committed by Dustin Falgout
parent cb81db79fc
commit 2ba74a25a2
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler.
To install Sass, install Ruby and the gem command using your distributions' package manager. Then install `sass` with the `gem` command,
To install Sass, install Ruby and the gem command using your distribution's package manager. Then install `sass` with the `gem` command,
`gem install sass`
You'll also need the following commands in your path to generate the gresource binary. Install them using your distributions' package manager.
You'll also need the following commands in your path to generate the gresource binary. Install them using your distribution's package manager.
* `glib-compile-schemas`
* `gdk-pixbuf-pixdata`