From 655e4d57d9126bb41b6e9614aa80fe149bc9b4c4 Mon Sep 17 00:00:00 2001 From: Stavros Polymenis Date: Tue, 3 Oct 2017 22:53:19 +0100 Subject: [PATCH] Revise Readme's instructions for CSS generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d5a85..13dee52 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The web server's configuration is optionally controlled by [web.toml](web.toml) Run `logarion_webserver` and open a browser to . To post a new article visit . -Optionally install a [sass](http://sass-lang.com/) compiler, like [sassc](http://sass-lang.com/libsass#sassc), and then run `sassc share/sass/main.sass > share/static/main.css`, to generate a stylesheet in `share/static/main.css`, using `share/sass/main.sass`. +Optionally install a [Sass](http://sass-lang.com/) compiler, like [sassc](http://sass-lang.com/libsass#sassc), and then run `make theme-dark` or `make theme-light`, to generate a stylesheet as `share/static/main.css`, using the respective Sass files in `share/sass/`. ## See also