Skip to content

Commit 5d031a3

Browse files
committed
Update readme for Ubuntu and Debian
1 parent 8d99a96 commit 5d031a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ First, you need to compile the theme using the [Sass](http://sass-lang.com/) com
1818

1919
To install Sass, install Ruby and the gem command using your distribution's package manager. Then install `sass` with the `gem` command,
2020

21-
`gem install sass`
21+
`gem install sass` (not needed for Ubuntu/Debian)
2222

2323
You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` commands in your path to generate the gresource binary. Install them using your distribution's package manager.
2424

@@ -27,7 +27,7 @@ You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` co
2727
|![arch][arch]  ![antergos][antergos]|`sudo pacman -S glib2 gdk-pixbuf2`|
2828
|![opensuse][opensuse]|`sudo zipper install glib2-devel gdk-pixbuf-devel`|
2929
|![fedora][fedora]|`sudo dnf install glib2-devel gdk-pixbuf2-devel`|
30-
|![debian][debian]  ![ubuntu][ubuntu]|`sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils`|
30+
|![debian][debian]  ![ubuntu][ubuntu]|`sudo apt-get install ruby-sass libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils`|
3131

3232
After installing all the dependencies, change to the cloned directory and, run the following in Terminal,
3333

0 commit comments

Comments
 (0)