From 9f5d114684c6c546b4e2af0d7563d59d5d61b0f5 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 7 Oct 2021 15:59:18 -0400 Subject: [PATCH] Update README.md with dependencies --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dabf9d9..eb2f1c8 100644 --- a/README.md +++ b/README.md @@ -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