mirror of
https://gitlab.com/jessieh/qrprinter.git
synced 2024-11-22 06:41:47 +00:00
Update README.md with dependencies
This commit is contained in:
parent
7fe463f89e
commit
9f5d114684
10
README.md
10
README.md
@ -6,6 +6,16 @@ Written in [Fennel](https://fennel-lang.org).
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Debian:
|
||||||
|
apt install libqrencode-dev
|
||||||
|
|
||||||
|
# Alpine:
|
||||||
|
apk add gcompat libqrencode-dev
|
||||||
|
```
|
||||||
|
|
||||||
Install with [luarocks](https://luarocks.org):
|
Install with [luarocks](https://luarocks.org):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user