diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -6,17 +6,23 @@ Theme built in Bulma CSS framework Orginal Repo: - git clone https://libregit.org/heckyel/cl-theme + $ git clone https://libregit.org/heckyel/cl-theme Mirror Repro: - git clone https://notabug.org/heckyel/cl-theme + $ git clone https://notabug.org/heckyel/cl-theme -## Develop +## Build It + +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 distribution's package manager. Then install `sassc` for example: + + # pacman -S sassc You see Makefile: - make all + $ make all ## License This work is under the License [GNU AGPLv3 +](LICENSE.md) |