merge README.md from single-ysf into master
This commit is contained in:
parent
a3c1faa75b
commit
9ed3bb49b6
1 changed files with 14 additions and 0 deletions
14
README.md
14
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue