aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-13 18:54:13 -0500
committerJesús <heckyel@hyperbola.info>2019-11-13 18:54:13 -0500
commita94bdaf2769f17d6a790f2ec16756f8f24f57a8c (patch)
tree3ca0d77e9e36b687579d225f2f949c4e7dc2911e /README.md
parent8779e5b5648d2641d896b55b421a5392c699f3a5 (diff)
downloadcl-theme-a94bdaf2769f17d6a790f2ec16756f8f24f57a8c.tar.lz
cl-theme-a94bdaf2769f17d6a790f2ec16756f8f24f57a8c.tar.xz
cl-theme-a94bdaf2769f17d6a790f2ec16756f8f24f57a8c.zip
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3de3a45..f90a602 100644
--- a/README.md
+++ b/README.md
@@ -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)