diff --git a/data/theme/README b/data/theme/README index c724bb71f..4c95dfd9a 100644 --- a/data/theme/README +++ b/data/theme/README @@ -1,8 +1,9 @@ Summary ------- -* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run - `/.parse-sass.sh` when you have the required software installed, as described below) +* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (running + `make` should do that when you have the required software installed, as described below; + run `/.parse-sass.sh` manually if it doesn't) * To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle. On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install` from the same directory this README resides in.