Files

17 lines
205 B
Markdown

# Trusted QSL Builder
All you need is docker!
## Local User Install
```bash
./install.sh
```
## Only Build AppImage
```bash
docker buildx build --output type=local,dest=. .
chmod +x tqsl.AppImage
```