diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -16,6 +16,20 @@ Mirror Repo: $ git clone https://notabug.org/heckyel/simple ``` +## Usage + +Hyperbola GNU/Linux-libre + +```console +$ make serve +``` + +Debian, Trisquel, Ubuntu + +```console +$ make serve PY=python3 +``` + ## Build It First, you need to compile the theme using [SassC](https://github.com/sass/sassc) compiler. |