aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5b82918..7145213 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,15 @@ Theme built in Bulma CSS framework
Orginal Repo:
- $ git clone https://git.sr.ht/~heckyel/cl-theme
+```console
+$ git clone https://git.sr.ht/~heckyel/cl-theme
+```
Mirror Repro:
- $ git clone https://notabug.org/heckyel/cl-theme
+```console
+$ git clone https://notabug.org/heckyel/cl-theme
+```
## Build It
@@ -18,11 +22,15 @@ First, you need to compile the theme using the [Sass](http://sass-lang.com/) com
To install Sass, install Ruby and the gem command using your distribution's package manager. Then install `sassc` for example:
- # pacman -S sassc
+```console
+# pacman -S sassc
+```
You see Makefile:
- $ make all
+```console
+$ make all
+```
## License
This work is under the License [GNU AGPLv3 +](LICENSE.md)