1
mirror of https://gitlab.com/jessieh/qrprinter.git synced 2024-09-16 13:11:45 +00:00

Update README.md with dependencies

This commit is contained in:
Jessie Hildebrandt 2021-10-07 15:59:18 -04:00
parent 7fe463f89e
commit 9f5d114684

View File

@ -6,6 +6,16 @@ Written in [Fennel](https://fennel-lang.org).
## Installation
Install dependencies:
```bash
# Debian:
apt install libqrencode-dev
# Alpine:
apk add gcompat libqrencode-dev
```
Install with [luarocks](https://luarocks.org):
```bash