merge README.md from single-ysf into master

master
Dominic Reich 3 years ago
parent a3c1faa75b
commit 9ed3bb49b6
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -6,3 +6,17 @@ Using this for YSF and DMR+.
![an example screenshot](example.png) ![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
```

Loading…
Cancel
Save