diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-04 16:58:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-04 16:58:59 -0500 |
commit | b6581ba91a254bdccb4629ad116b1b64fe34bbbc (patch) | |
tree | 65614afbf280ef18398b7c6b5d747b149a9af2f2 /README.md | |
parent | 729c3bbdbac53ae973c66ac782c6828d50fd73e3 (diff) | |
download | simple-b6581ba91a254bdccb4629ad116b1b64fe34bbbc.tar.lz simple-b6581ba91a254bdccb4629ad116b1b64fe34bbbc.tar.xz simple-b6581ba91a254bdccb4629ad116b1b64fe34bbbc.zip |
README.md: update
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. |