From 5e492bc75a8af1b80a68c32d554cf5c4420d1ae5 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 11 Aug 2021 17:39:42 +0000 Subject: [PATCH] Add lua dependency --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b766f14..07b0fbd 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Documentation for the API can be found in [lua_docs.md](lua_docs.md). The dependencies required are: - [wlroots](https://github.com/swaywm/wlroots) -- meson (building) -- ninja (building) +- lua or luajit +- meson (build) +- ninja (build) - git (build, optional) ### Building