From 9ed3bb49b649f816453f62f8bb6273803e0862b6 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 20 Jun 2021 07:59:01 +0200 Subject: [PATCH] merge README.md from single-ysf into master --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 236470c..44a277f 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,17 @@ Using this for YSF and DMR+. ![an example screenshot](example.png) +## Creating `dash.min.css` from `dash.css` + +I use yui-compressor for this. + +```shell +yui-compressor dash.css > dash.min.css +``` + +### Install yui-compressor on a Raspberry Pi + +```shell +sudo apt install yui-compressor +``` +